我使用Django和Python创建了一个项目。在命令行中,pipenv shell
工作正常。但是现在当我运行pipenv
shell时,得到了意外的结果。
C:\Users\colin\Desktop\groupbox-project>pipenv shell Launching subshell in virtual environment… 'cmd.exe' is not recognized as an internal or external command, operable program or batch file.
我已经安装了pipenv和Django。在关闭命令行之前,它运行良好。