I have this weird error:
Path:\To\My\Command>virtualenv .
Fatal error in launcher: Unable to create process using
'"D:\Python27\python.exe" "F:\Python27\Scripts\virtualenv.exe" .'
Thing is, I don't have a D:\Python27\python.exe
. My D:
drive became my F:
drive when I got my new computer and there's no D:\Python27
listed in my environment variables. Is there someplace else I should be looking?
I'm using Windows 10.