Re: [Tutor] specifying my "default" python installation

2012-08-17 Thread Modulok
On 8/17/12, debbym wrote: > I am new to both freebsd and python. > I have python 2.6 and 3.2 both installed on freebsd. > "python" runs python 2.6 and I need to use "python3.2" to run python 3.2 > Do I need to do something to make python 3.2 the default? FreeBSD doesn't have an 'alternatives' sys

Re: [Tutor] specifying my "default" python installation

2012-08-17 Thread Alan Gauld
On 17/08/12 15:27, debbym wrote: I am new to both freebsd and python. I have python 2.6 and 3.2 both installed on freebsd. "python" runs python 2.6 and I need to use "python3.2" to run python 3.2 Do I need to do something to make python 3.2 the default? The generic way to do that on *nix is to

Re: [Tutor] specifying my "default" python installation

2012-08-17 Thread eryksun
On Fri, Aug 17, 2012 at 11:05 AM, Prasad, Ramit wrote: > > I am not really familiar with BSD but *nix has the application > update-alternatives. That will do what you want. Otherwise, > you could change the name/location in the bin directory. > It is likely that python is a symlink to python2.6 an

Re: [Tutor] specifying my "default" python installation

2012-08-17 Thread Debby Mendez
17, 2012 11:06 AM To: tutor@python.org Subject: Re: [Tutor] specifying my "default" python installation > I am new to both freebsd and python. > I have python 2.6 and 3.2 both installed on freebsd. > "python" runs python 2.6 and I need to use "python3.2&quo

Re: [Tutor] specifying my "default" python installation

2012-08-17 Thread Prasad, Ramit
> I am new to both freebsd and python. > I have python 2.6 and 3.2 both installed on freebsd. > "python" runs python 2.6 and I need to use "python3.2" to run python 3.2 > Do I need to do something to make python 3.2 the default? I am not really familiar with BSD but *nix has the application updat