Skip to content

Instantly share code, notes, and snippets.

@narwanimonish
Created August 2, 2019 17:25
Show Gist options
  • Save narwanimonish/85b4536a3d151874bff307fb00a3f5d7 to your computer and use it in GitHub Desktop.
Save narwanimonish/85b4536a3d151874bff307fb00a3f5d7 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt install software-properties-common
sudo apt-get install python3.7
cd /usr/bin/
sudo ln -s python3 python
sudo apt-get -y install python3-pip
sudo ln -s /usr/bin/pip3 /usr/bin/pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python get-pip.py
pip3 install Django
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment