在 Powershell 中写入 Python 时 Returns 没有
When Writing Python in Powershell it Returns Nothing
**PS C:\Users\Shaad> python**
Program 'Python' failed to run: No application is associated with the specified file for this operationAt line:1 char:1
+ python
+ ~~~~~~.
At line:1 char:1
+ python
+ ~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException
+ FullyQualifiedErrorId : NativeCommandFailed
我正在寻找快速帮助并且还需要知道为什么我在 Django
中的 python manage.py runserver
命令在任何地方都无法正常工作。
我认为唯一的问题是 python command Not Working
请尽快提供帮助。
我认为您的 python 应用程序未添加到 windows 路径。首先将 Python 添加到 Windows 路径,然后重试。
**PS C:\Users\Shaad> python**
Program 'Python' failed to run: No application is associated with the specified file for this operationAt line:1 char:1
+ python
+ ~~~~~~.
At line:1 char:1
+ python
+ ~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException
+ FullyQualifiedErrorId : NativeCommandFailed
我正在寻找快速帮助并且还需要知道为什么我在 Django
中的 python manage.py runserver
命令在任何地方都无法正常工作。
我认为唯一的问题是 python command Not Working
请尽快提供帮助。
我认为您的 python 应用程序未添加到 windows 路径。首先将 Python 添加到 Windows 路径,然后重试。