Skip to content

Instantly share code, notes, and snippets.

@alextucker
Created August 28, 2013 13:22
export HOME=/app
for file in /app/.profile.d/*; do source $file; done
hash -r
cd /app # This is the folder where django app got deployed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment