[Tutor] ubuntu hassles.

Wolf Halton wolf.halton at gmail.com
Mon Jan 6 23:56:50 CET 2014


consider this:
sudo apt-get search python3
to find out the exact name or how python 3.3 is registered
sudo apt-get uninstall [that-exact-name]
sudo apt-get reinstall python32
sudo apt-get reinstall python-virtualenv




Wolf Halton

--
This Apt Has Super Cow Powers - http://sourcefreedom.com
Security in the Cloud -
http://AtlantaCloudTech.com<http://atlantaCloudTech.com>



On Mon, Jan 6, 2014 at 11:38 AM, Matthew Ngaha <chigga101 at gmail.com> wrote:

> Hi i wrote about a week ago about the problems i had with importing
> sqlite3 on python 3.3 on ubuntu 12.04. Due to this ive tried to revert
> back to python 3.2 which is the default installation along wit 2.7.
> I've run into 2 problems.
>
> 1) I'm new to ubuntu and someone helped me install python3.3 from
> source. I've tried 'make uninstall' from the dir containing the source
> package but it seems there is no way to get this version off my
> computer.
>
> 2) I really need to use virtualenv for python3.2. The problem is
> python3.3 seems to be the default and overrides every virtualenv thing
> i try doing. whether it is pyvenv or virtualenv, the 3.3 version takes
> priority. It is located in /usr/local/bin  ... I have no idea where my
> 3.2 virtualenv is located although i know i definately installed it
> with :
>               sudo apt-get install python-virtualenv
>
> if i can achieve 1) or 2) im sure the rest would be straightforward.
> any ideas? I know this isn't really a python issue but it's a last
> resort as the ubuntu guys are unsure of how to solve this. If i can't
> resolve it, not to worry, i'll just upgrade my ubuntu to a more recent
> version.
>
> Thanks
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20140106/120ea6d8/attachment.html>


More information about the Tutor mailing list