BLOGROLLS

Python 3 without the hassle

By: Simon Quantrill On: Sun 02 February 2014
In: Unknown
Tags:

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!


If you found the article helpful, please share or cite the article, and spread the word:


For any feedback or corrections, please write in to: Simon Quantrill