Skip to content

Instantly share code, notes, and snippets.

@Shellbye
Created June 1, 2016 10:04
Show Gist options
  • Select an option

  • Save Shellbye/487eb00dbdbdceefe704a9d83ea5cba3 to your computer and use it in GitHub Desktop.

Select an option

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