Skip to content

Instantly share code, notes, and snippets.

@rchrd2
Created May 21, 2015 19:16
Show Gist options
  • Save rchrd2/7f4db6a91d62aa3c10f9 to your computer and use it in GitHub Desktop.
Save rchrd2/7f4db6a91d62aa3c10f9 to your computer and use it in GitHub Desktop.
Disable pyc files!
# Add this to your ~/.bash_profile
# Disable pyc
export PYTHONDONTWRITEBYTECODE=x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment