On Tue, Jan 7, 2014 at 12:40 AM, eryksun <eryk...@gmail.com> wrote:

>
> virtualenv allows you to specify the target Python:
>
>     virtualenv --python=/usr/bin/python3.3 myenv
>
> Refer to `man virtualenv` for more options.
>
> Or use synaptic if you prefer a GUI interface.
>

> Ubuntu has a Python 3.3 package. Installation should be simple:
>
>     $ sudo apt-get update
>     $ sudo apt-get install python3.3
>
> If you're building from source, or need to uninstall after a previous
> `make install`, use checkinstall to build a package.
>

I'm currently studying/coding on windows but thanks so so much for
this detailed response. I will try again tomorrow, but im now very
confident! thanks again:)
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to