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
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
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
OK thanks. It sounds like maybe this is all normal then, not an indication
that something went wrong with my 3.2 install.
-Original Message-
From: tutor-bounces+debby=glance@python.org
[mailto:tutor-bounces+debby=glance@python.org] On Behalf Of Prasad,
Ramit
Sent: Friday, August 1
> 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
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?
--
View this message in context:
http://python.6.n6.nabble.com/specifying