0

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.

Jongware
  • 22,200
  • 8
  • 54
  • 100
Peter
  • 67
  • 1
  • 8

1 Answers1

0

Sounds like your environmental variable path is messed up. Try setting it up again for F:\, you can find directions here: Adding Python Path on Windows 7

Community
  • 1
  • 1
Wayne Hall
  • 61
  • 2