简体   繁体   中英

Cannot make virtual environment

I have virtualenvwrapper-win installed from the command line. When I try to do virtualenv env (env is the name of my virtual environment I'd like to set up) I get this:

'virtualenv' is not recognized as an internal or external command, operable program or batch file

I'm not sure what's wrong. Anyone know how to fix?

Try these commands :

To create virtual env - mkvirtualenv venv_name

To view all virtual env - lsvirtualenv

To activate any virtual env - workon venv_name

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM