Skip to content

Instantly share code, notes, and snippets.

@nkabir
Created November 22, 2011 17:35
Show Gist options
  • Save nkabir/1386312 to your computer and use it in GitHub Desktop.
Save nkabir/1386312 to your computer and use it in GitHub Desktop.
ipython launch script
#!/usr/bin/env bash
# Note that you can augment this path with additional folders separated with ":" (colons)
# for example export PYTHONPATH=$HOME/hgdev/org.bitbucket/nkabir/pywork:/usr/local/python
export PYTHONPATH=$HOME/hgdev/org.bitbucket/nkabir/pywork
ipython
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment