The documentation tells me to type python3 -m venv myenv
into the command prompt, assuming the directory I'd like is called myenv
. However, when I do this, I get:
"python3 is not recognized as an internal or external command, operable program or batch file."
I have not seen this addressed on here, or in the documentation. My installation seems to have run correctly, because simply typing python
shows me what it's supposed to show.