[Tutor] Permissions Problem with Python
Jorge Godoy
godoy at metalab.unc.edu
Mon Sep 15 08:14:01 EDT 2003
Peter Brown <peterabrown at froggy.com.au> writes:
> I type /usr/TP/foo.py at the bash prompt, this is the fully qualified path
> - then it says no such file or directory.
The first thing to try is to change
#!/usr/bin/env python
for
#!/usr/bin/python
Also try checking if you have Python's directory into your environment
variables.
--
Godoy. <godoy at metalab.unc.edu>
More information about the Tutor
mailing list