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

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

node.js - Using Node without global install -

java - JavaScript + Thymeleaf - select onchange -