Making python 3.3 default python 3 interpreter instead of 3.2
Posted
by
user1873947
on Ask Ubuntu
See other posts from Ask Ubuntu
or by user1873947
Published on 2012-12-15T20:07:43Z
Indexed on
2012/12/19
17:14 UTC
Read the original article
Hit count: 1037
So, to keep it simple. Ubuntu 12.10 has python 3.2 pre installed and it is linked to "python3". I downloaded python 3.3 and it's command is "python3.3". However, I downloaded pySide for python3 from synaptic. Using "from PySide.QtCore import *" fails on python3.3. BUT, when I ran just "python3" (aka 3.2) everything works fine. Synaptic just installed lib for python3.2 which is default for python3 in ubuntu. How can I force synaptic to install modules for python3.3?
Thanks
© Ask Ubuntu or respective owner