Python on FreeBSD

Courageous jkraska1 at san.rr.com
Wed Jun 21 20:25:14 EDT 2000


dsavitsk wrote:
> 
> i've been doing the python thing for a while on win32, but i finally got my
> bsd box up.  i did a make install, and python from the terminal window
> works.  i am wondering how to start idle,...

If you install python in /usr/local, you might create
a csh script ala:

#!/bin/csh
/usr/local/python/python /usr/local/python/tools/idle/idle.py





C/



More information about the Python-list mailing list