Skip to content

Instantly share code, notes, and snippets.

@alextucker
Created August 28, 2013 13:22
Show Gist options
  • Save alextucker/6366003 to your computer and use it in GitHub Desktop.
Save alextucker/6366003 to your computer and use it in GitHub Desktop.
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