I'm just wondering if it is okay install the package python3.2 from ubuntu's repositories?. I have been so unlucky with ubuntu lately, that I'm afraid to do anything because everything seems to break my system.
The point is that I want to learn python 3, but without breaking the python dependencies of my system.
sudo aptitude install -s python3.2
doesn't show any conflicts, but still I prefer to ask.
Thank you in advance.
Python 2.x and 3.x happily coexist on ubuntu. All python scripts not specifically launched with python 3 will default to python 2 though.
If you're want to test 3 packages I would use something like Aptana where you can select which python dist you want to test under.
Credit to James Henstridge on suggesting the pseudo-package python3 over a specific version number.