I'm currently doing a project trying to make an inventory management system using django. For that I wanted to use a virtual environment to get it up and running. Virtual Env works perfectly fine, allowing me to start a project inventory_management using django. However every time I write python3 manage.py startapp inventory, it says
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
I really don't understand what I am doing wrong. I was following a guide to help me understand the basics... Could someone tell me what the issue is?