I've installed python3.4 from the deadsnakes repo, and I'd like to make it my default python3 (which is currently python3.2). Is it safe to simply change the python3 link?
sudo ln -s /usr/bin/python3.4m /usr/bin/python3
Are there system components that would die due to an inability to work with python3.4 instead of python3.2?
virtualenv
? Seems much safer. – muru Feb 22 '15 at 02:59