Can't get virtualenvwrapper to work
问题 Successfully ran pip install virtualenvwrapper but I can't get the next two commands to run. PS C:> export WORKON_HOME=~/Envs Error is: The term 'export' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:7 + export <<<< WORKON_HOME=~/Envs + CategoryInfo : ObjectNotFound: (export:String) [], CommandNotFoundException +