update pip path for ubuntu
This commit is contained in:
parent
9378e9808a
commit
aee6618859
|
|
@ -491,6 +491,7 @@ EOF
|
|||
DEBIAN_FRONTEND=noninteractive apt install -y python3-pip
|
||||
check_return
|
||||
ln -s /usr/bin/pip3 /usr/bin/pip3.6
|
||||
ln -s /usr/bin/pip /usr/bin/pip3.6
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y build-essential libssl-dev libffi-dev python3-dev
|
||||
check_return
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y python3-venv
|
||||
|
|
|
|||
Loading…
Reference in New Issue