Skip to content

Instantly share code, notes, and snippets.

@npalko
Created April 21, 2013 16:28
Show Gist options
  • Select an option

  • Save npalko/5430164 to your computer and use it in GitHub Desktop.

Select an option

Save npalko/5430164 to your computer and use it in GitHub Desktop.
# .ipython/profile_default/startup/00-start.py
import os
if 'PYTHONSTARTUP' in os.environ:
execfile(os.environ['PYTHONSTARTUP'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment