Hi,
I wanted to get python 2.7 installed on my FreeBSD box so I went ahead and installed the 27 port and it seems to have installed correctly. However, when ever I execute "python" it still brings me into the python 2.6.6 shell. How do I get this to bring me into the 27 shell and also make it the default to run my scripts in 2.7? Yeah, I could put the path in shbang but I'm lazy. Also, anyone know how I can get easy_install to recognize python 2.7?
I can get into the 2.7 shell by executing python2.7.
Thanks!
I wanted to get python 2.7 installed on my FreeBSD box so I went ahead and installed the 27 port and it seems to have installed correctly. However, when ever I execute "python" it still brings me into the python 2.6.6 shell. How do I get this to bring me into the 27 shell and also make it the default to run my scripts in 2.7? Yeah, I could put the path in shbang but I'm lazy. Also, anyone know how I can get easy_install to recognize python 2.7?
I can get into the 2.7 shell by executing python2.7.
Thanks!