Created
December 15, 2020 15:59
-
-
Save alastairhm/e8a0b7adbe3035c2db3a64c4395288c2 to your computer and use it in GitHub Desktop.
Python3 Pip Dependancies Ubuntu 18.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://archive.ubuntu.com/ubuntu/pool/main/p/python3-stdlib-extensions/python3-lib2to3_3.6.5-3_all.deb | |
sudo dpkg -i python3-lib2to3_3.6.5-3_all.deb | |
wget http://archive.ubuntu.com/ubuntu/pool/main/p/python3-stdlib-extensions/python3-distutils_3.6.5-3_all.deb | |
sudo dpkg -i python3-distutils_3.6.5-3_all.deb | |
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/python-pip/python-pip-whl_9.0.1-2_all.deb | |
sudo dpkg -i python-pip-whl_9.0.1-2_all.deb | |
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/python-pip/python3-pip_9.0.1-2_all.deb | |
sudo dpkg -i python3-pip_9.0.1-2_all.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment