Traceback (most recent call last): File -usr-bin-pip, line 9, in module from pip import main

27

python -m pip uninstall pip
apt remove python-pip
whereis pip
wget https://bootstrap.pypa.io/get-pip.py -O /tmp/get-pip.py
sudo python3 /tmp/get-pip.py
pip install --user pipenv
pip3 install --user pipenv
echo "PATH=$HOME/.local/bin:$PATH" >> ~/.profile
source ~/.profile
whereis pip

Comments

Submit
0 Comments