Trying to create a virtual env on Windows 7, using Python 3.6.2 -
the documentation tells me type python3 -m venv myenv
command prompt, assuming directory i'd called myenv
. however, when this, get:
"python3 not recognized internal or external command, operable program or batch file."
i have not seen addressed on here, or in documentation. installation seems have run correctly, because typing python
shows me it's supposed show.
python3 not in "search path"
you need alter windows path value python3.exe module found.
Comments
Post a Comment