I was able to move to Linux mint 17.3 64 bit version from my Linux mint 16. This was long awaited migration.
After moving to Linux Mint 17.3, I am not able to the i
I use python 3.6 , and so the following did the trick for me: $ sudo apt-get install python3.6-venv
(the problem was that apt-get install python3-venv would virtualenv for 3.5)