when i run below code showing error :-
python3 -m venv venv && source venv/bin/activate
Error:-
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
Solution:-
python -m pip install --upgrade pip setuptools virtualenv