Getting 'Python was not found' error when using virtualenv

56 Views Asked by At

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?

0

There are 0 best solutions below