remove path forever

Andrej Viktorovich viktorovichandrej at gmail.com
Thu Sep 7 02:39:31 EDT 2017


Hello,

I have 64 bit python on my windows 10 machine. Install contains 32 bit python libs in path and I would like to remove them.

I do 
imprt sys
sys.path.remove("C:\\Users\\me\\AppData\\Local\\Programs\\Python\\Python36-32")

It works for current python instance, but paths appears in new one. How to remove paths forever?



More information about the Python-list mailing list