Skip to content

Instantly share code, notes, and snippets.

@anir0y
Created July 2, 2021 19:59
Show Gist options
  • Save anir0y/a20246e26dcb2ebf1b44a0e1d989f5d1 to your computer and use it in GitHub Desktop.
Save anir0y/a20246e26dcb2ebf1b44a0e1d989f5d1 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "Setting up pip2"
mkdir scripts && cd scripts
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
echo "Enter Sudo password is asked"
sleep 2
sudo python2 get-pip.py
pip2 install --upgrade setuptools
sudo apt-get install python-dev -y
clear
echo "----------"
echo "DONE!!!"
echo "----------"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment