Skip to content

Instantly share code, notes, and snippets.

@ifahadone
Created August 9, 2021 07:48
Show Gist options
  • Save ifahadone/a6bd85a88d3414e3d90cbed090e135e6 to your computer and use it in GitHub Desktop.
Save ifahadone/a6bd85a88d3414e3d90cbed090e135e6 to your computer and use it in GitHub Desktop.
python2.7 installer
sudo apt install -y python2 #
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py #
python2 get-pip.py #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment