File: pip3-user.sh

package info (click to toggle)
python-pip 9.0.1-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,900 kB
  • sloc: python: 51,824; makefile: 206; sh: 52
file content (10 lines) | stat: -rw-r--r-- 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

export HOME=$ADTTMP
export PIP_DISABLE_PIP_VERSION_CHECK=1

pip3 install world
pip3 list --format=columns
ls -ld $HOME/.local/lib/python3.*/site-packages/world-*.dist-info
pip3 uninstall -y world
pip3 list --format=columns