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

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -