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

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -