Skip to content

Instantly share code, notes, and snippets.

@omgbbqhaxx
Last active January 10, 2016 04:44
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 omgbbqhaxx/7270194 to your computer and use it in GitHub Desktop.
Save omgbbqhaxx/7270194 to your computer and use it in GitHub Desktop.
Django Dersleri 3. VPS Konfigurasyonu ve virtualenv kurulumu
sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get install vim -y && sudo apt-get install python-dev -y && sudo apt-get install libevent-dev -y && sudo apt-get install python-virtualenv -y && apt-get install git -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment