On 16 August 2011 00:43, Connor Merritt <kingconnor...@gmail.com> wrote:

> So i installed python 2.7.1 on my linux and i bought a book that requires
> python 3 so installed python 3, and i used terminal and typed in python -V
> and it said 2.7.1 how do i get it to be 3 (i tried deleting it but i
> couldn't what should i do?)
>

Try

python3 -V

The default is probably still Python2 but that does not mean you can't use
Python explicitly.

Walter
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to