【发布时间】:2021-05-08 18:32:03
【问题描述】:
我是编程新手,在我的 vscode 中安装 virtualenv 后遇到此错误。请帮帮我。
virtualenv : The term 'virtualenv' 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:1
+ virtualenv myprojectenv
+ ~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (virtualenv:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
【问题讨论】:
-
作为初学者,第一步应该是谷歌错误信息。例如,您会发现上面的链接已经回答了问题。
标签: python python-2.7 virtualenv