我已经创建了一个用于我的Flask应用程序的virtualenv文件夹(名为“ env”)。使用以下命令来创建virtualenv:
py -3 -m venv env
当我尝试使用env/Scripts/activate
激活virtualenv时,会产生以下错误:
'env' is not recognized as an internal or external command, operable program or batch file.
我在计算机上安装了python 3.7.4。 我正在使用Windows
答案 0 :(得分:1)
您如何运行命令?
如果在Mac / Linux上,请执行await
如果在Windows上,则需要在脚本中运行source env/bin/activate
文件