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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -