Use a specific python binary with venv -
according https://docs.python.org/3.4/library/venv.html#module-venv 'each virtual environment has own python binary (allowing creation of environments various python versions)' how create virtual environment using venv module has python 2.7 binary?
the short answer own question 'you can't' documentation misleading , being changed. see bug created http://bugs.python.org/issue24356
Comments
Post a Comment