[Tutor] Python development-moving from Windows to Linux (finally)
David Dorgan
davidd at sponge.xevion.net
Thu Apr 22 15:09:31 EDT 2004
Quoting Tony Cappellini (tony at tcapp.com):
> Would anyone care to drope me a hint ?
I would imagine it's one of three things
1) Add ~/bin to your PATH, so in say your .bashrc have
PATH=$PATH:~/bin
2) Make sure they are executable, chmod u+rwx ~/bin/*.py
3) Make sure the first line in the file points to python,
so if it's , for example, #!/usr/local/bin/python
check if that file exists
To find the one you're probably using type
which python
David
More information about the Tutor
mailing list