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?
--
https://mail.python.org/mailman/listinfo/python-list
