Closed robkam closed 4 years ago
Fixed with the following, (more or less):
sudo apt update && sudo apt upgrade -y
sudo apt install python2
sudo apt install python2-dev
sudo apt install curl
curl https://bootstrap.pypa.io/3.4/get-pip.py | sudo python2.7
git clone https://github.com/WikiTeam/wikiteam.git
sudo pip2 install --upgrade -r wikiteam/requirements.txt
The bootstrapping script get-pip.py "enables users to install pip, setuptools, and wheel in Python environments that don't already have them".
On Ubuntu 20.04 with Python 2.7 entering
pip
gives:Command 'pip' not found, but there are 18 similar ones.
entering
python2.7 -m pip
gives:/usr/bin/python2.7: No module named pip
entering
sudo apt install python-pip
gives: