Christian Heimes added the comment:

You are right, the path is wrong on Unix-like platforms. It's 
os.path.join(sys.prefix, 'lib', 'python{major}.{minor}'). But the actual path 
may depend on the platform, too. I don't recall how Windows sets up the path.

----------
nosy: +christian.heimes
type:  -> behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31440>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to