Skip to content

Instantly share code, notes, and snippets.

@Shellbye
Created June 1, 2016 10:06
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 Shellbye/570bda7d9304503c28e5f271964a5c9e to your computer and use it in GitHub Desktop.
Save Shellbye/570bda7d9304503c28e5f271964a5c9e to your computer and use it in GitHub Desktop.
install_django_without_pip
#!/usr/bin/env bash
wget https://www.djangoproject.com/m/releases/1.8/Django-1.8.6.tar.gz
tar -xvzf Django-1.8.6.tar.gz
cd Django-1.8.6
python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment