I switch between my laptop and desktop, and decided to change the drive letter of my project under virtualenv. I switched the activate.bat of set "VIRTUAL_ENV=D:\djangoheroku\env"
to X:\djangoheroku\env\
Now when I try to pip it gives me this error:
Fatal error in launcher: Unable to create process using '"d:\djangoheroku\env\scripts\python.exe" "X:\djangoheroku\env\Scripts\pip.exe" --version'
I'm not sure where to change this path. What file is this in?
Switched it back to D:\ to re-create virtual env, but now getting error "ModuleNotFoundError: No module named runpy