I created a new 2.7 virtualenv today, it worked fine except it's python version 2.7.6 while I have been developing on 2.7.12. I tried virtualenv -p /usr/bin/python2.7.12 myvename
but got "the executable does not exist"
Is it possible to upgrade? Or to create a new venv on 2.7.12? Thanks.
(also, I got a SNIMissingWarning and InsecurePlatformWarning when using pip, although it successfully downloaded and installed everything in my requirements.txt)