【发布时间】:2022-01-13 09:37:48
【问题描述】:
-
我的 Web 应用程序没有在新系统上运行,它说它不能将“python”/“pip 识别为内部和外部命令。
-
我的 Powershell 终端
''' PS C:\Users\Nawaf Bhatti\Desktop\learn> python -m pip install pillow python: The term 'python' 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 + python -m pip install pillow + ~~~~~~ + CategoryInfo : ObjectNotFound: (python:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException ''' -
我的命令
''' C:\Users\Nawaf Bhatti\Desktop\learn\web_app>python manage.py runserver 'python' is not recognized as an internal or external command, operable program or batch file. '''
【问题讨论】:
标签: python django virtualenv