The Python Oracle

Receiving "failed to query" code 13: Access is denied when using virtualenv -p on my windows system

This video explains
Receiving "failed to query" code 13: Access is denied when using virtualenv -p on my windows system

--

Become part of the top 3% of the developers by applying to Toptal
https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Light Drops

--

Chapters
00:00 Question
01:00 Accepted answer (Score 37)
01:16 Thank you

--

Full question
https://stackoverflow.com/questions/6112...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #virtualenv

#avk47



ACCEPTED ANSWER

Score 47


virtualenv -p C:\Python38\python.exe ProjectFolder

I.e. point -p to python executable, not to a directory.