Skip to content

Instantly share code, notes, and snippets.

@canokay
Created January 9, 2019 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save canokay/078c7356e5704f74d76a9a1d515d931d to your computer and use it in GitHub Desktop.
Save canokay/078c7356e5704f74d76a9a1d515d931d to your computer and use it in GitHub Desktop.

Pip Setup

sudo apt-get install python3-pip
pip3 install Django
sudo apt-get install python3-django

virtualenv setup

sudo apt update
pip3 install virtualenv
virtualenv -p python3 sanalServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment