Install pip from apt-get using sudo

This commit is contained in:
ziajka 2019-01-28 13:20:55 +01:00
parent 47afb8c937
commit 0a9c849431

View File

@ -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