env:
- windows 7 English 32bit
- python 2.7.3
- ipython 0.13.1
I try the config:
ipython -i -c "import sys; sys.path.append('path_name')"
But it does not seem to work.
So what's the proper solution?
Or how to add current directory to sys.path on ipython startup?
Thanks.