[Tutor] ubuntu hassles.

Matthew Ngaha chigga101 at gmail.com
Tue Jan 7 03:55:50 CET 2014


On Tue, Jan 7, 2014 at 12:40 AM, eryksun <eryksun at 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:)


More information about the Tutor mailing list