Virtualenv "bash: python: command not found"

When using VScodium and creating a folder I’m getting this error message after trying to create a virtualenv with ‘python -m venv name’ inside my directory of interest: “bash: python: command not found”. I tried to solve it by installing - ‘sudo apt install python3-virtualenv’ but no luck, the error persist. Does anybody know what it’s missing???

should be;

python3 ‘commands to run’

you can install python-is-python3 except if you use python 1