[IPython-user] no site file
John Hunter
jdh2358@gmail....
Fri Feb 9 15:54:01 CST 2007
On 2/9/07, Fernando Perez <fperez.net@gmail.com> wrote:
> Shebang lines under linux don't admit parameters. I don't know if
> this is a linux quirk or a POSIX requirement. You can make an alias
> for this startup mode, though.
That's cause you are using env and not a direct path to python in the
shebang line, I suspect. The following works for me
> head -1 ~/dev/bin/ipython
#!/opt/app/g++lib6/python-2.4/bin/python -S
JDH
More information about the IPython-user
mailing list