Skip to content

Instantly share code, notes, and snippets.

@Shellbye
Created June 1, 2016 10:04
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/487eb00dbdbdceefe704a9d83ea5cba3 to your computer and use it in GitHub Desktop.
Save Shellbye/487eb00dbdbdceefe704a9d83ea5cba3 to your computer and use it in GitHub Desktop.
setup_django_in_ubuntu_1404.sh
#!/usr/bin/env bash
apt-get update
apt-get install -y python-pip
pip install django==1.8.6 # or use install_django_without_pip.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment