© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Alan Guitard
Software/AI developer
Did you solved it ? I think that is because of the "-p \Python\python.exe". You don't need it since the executable you want in the virtualenv is the same one than the one called by the command "python".
M. Saeb
Blockchain/ Web Developer
just tried it... didn't work :(
virtualenv.py: error: -p option requires 1 argument
You have to remove the -p as well :) What this command outputs: "python -m virtualenv .lpenv" ?