“The path python3 (from –python=python3) does not exist” error

try something like this, here C:/Python36/python.exe give the full address of python3 executable

virtualenv env -p C:/Python36/python.exe

Leave a Comment