Don't install pip with apt.
- diff-edit is tested on ubuntu but might work on other linuxes, so don't use apt. - Hopefully pip is installed.
This commit is contained in:
parent
d0a73b89b6
commit
8028f035e2
1 changed files with 1 additions and 3 deletions
4
install
4
install
|
|
@ -4,6 +4,4 @@
|
|||
set -e
|
||||
|
||||
|
||||
sudo apt-get install -y python3-pip
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install --use-deprecated=legacy-resolver $1 ./
|
||||
python3 -m pip install --use-deprecated=legacy-resolver $1 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue