mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-09 03:24:13 +00:00
Install pip from apt-get using sudo
This commit is contained in:
parent
47afb8c937
commit
0a9c849431
@ -41,7 +41,7 @@ before_install:
|
||||
# pyenv virtualenv 3.6.3 general
|
||||
# pyenv global general
|
||||
python3 -V
|
||||
wget -qO- https://bootstrap.pypa.io/get-pip.py | python3
|
||||
wget -qO- https://bootstrap.pypa.io/get-pip.py | sudo python3
|
||||
python3 -m pip -V
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user