. Advertisement .
..3..
. Advertisement .
..4..
Here is the program I run:
C:\Users\Sonalika\dev\trydjango1-11>virtualenv -p python3
After I run, it returns an error:
The path python3 (from --python=python3) does not exist
Does anyone have any suggestions for the problem below: the path python3 (from –python=python3) does not exist in the django – How to correct it?
The cause:
After researching your program for hours, I find out the reason of this error. This is due to the fact that env searches your PATH for Python rather than any built-in, aliased, or function in the shell. Env won’t detect python because perhaps you defined it as an alias for python3, so the error ”the path python3 (from –python=python3) does not exist” occurs.
Solution:
You can solve this problem by utilizing this full path:
try something like this, here C:/Python36/python.exe give the full address of python3 executable