Skip to content
This repository was archived by the owner on Nov 22, 2025. It is now read-only.

WebFaction Django Python tips notes

Michael Hulse edited this page Jan 7, 2015 · 30 revisions

Misc. notes working my way through Django/Python dev setup on WebFaction.

Default Python:

Add this to .bash_profile:

# Default Python
# http://docs.webfaction.com/software/python.html#creating-a-python-alias
alias python=python3.4

Reload your changes:

$ source ~/.bash_profile

Clone this wiki locally