I am currently attempting to build a solution in Visual Studio that calls upon "py" to run. It does not recognize py and throws an error.
In Powershell,
- "python" works.
- "py" does not work.
In Command Prompt,
- "python" and "py" both work.
Troubleshooting Steps
- Added my Python312 and Python312/Scripts directory to PATH.
Thank you for your assistance.