[Tutor] Running a script from another folder

greg whittier greg at thewhittiers.com
Wed Nov 12 18:58:01 CET 2008


> it looks like you're on linux - so at the beginning of your script put
> #!/usr/bin/env python (I believe) and then chmod +x myscript.py
>
> then you can call it from the command line.
>

You'll also need to make sure ~myID/bin is in your PATH.


More information about the Tutor mailing list