I'm new to Python / Debian and I'm trying to create a virtual environment. I'm trying to create it with this command: Linux Debian python 2.7.16
rm -rf venv python -m venv ./venv
but it gives me the following error:
/usr/bin/python: No module named venv
any ideas? why does it fail?
Thanks in advance