Skip to content

Instantly share code, notes, and snippets.

@adithyan-ak
Created November 16, 2021 01:01
Show Gist options
  • Save adithyan-ak/eeef273e366bcf0f285c7640f55b5ff3 to your computer and use it in GitHub Desktop.
Save adithyan-ak/eeef273e366bcf0f285c7640f55b5ff3 to your computer and use it in GitHub Desktop.
Python2 Installation
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
sudo python2 get-pip.py
# upgrade setup tools to avoid "invalid command egg_info" error
pip2 install --upgrade setuptools
# install python-dev to avoid "x86_64-linux-gnu-gcc failed..." error
sudo apt-get install python-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment