File: pip3-root.sh

package info (click to toggle)
python-pip 20.3.4-4%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,008 kB
  • sloc: python: 77,841; makefile: 60; sh: 59
file content (11 lines) | stat: -rw-r--r-- 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -eux

export PIP_DISABLE_PIP_VERSION_CHECK=1

python3 -m pip install world
python3 -m pip list --format=columns
ls -ld /usr/local/lib/python3.*/dist-packages/world-*.dist-info
python3 -m pip uninstall -y world
python3 -m pip list --format=columns