Working in python
Using python and switching between versions is fairly easy here is how i did it
pip install virtualenv apt-get install python3 mkdir programming virtualenv -p /usr/bin/python3 programming/ cd programming/ . bin/activate
Now you can have a python 3 session without destroying your defualt version that most of the OS installation relies on!
For any feedback or corrections, please write in to: Simon Quantrill