Advertisement
wellthatsucks

Untitled

Mar 19th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. >>> sysconfig.get_paths(scheme="posix_prefix")
  2. {'platinclude': 'C:\\Python27\\include\\python2.7', 'platstdlib': 'C:\\Python27\\lib\\python2.7', 'platlib': 'C:\\Python27\\lib\\python2.7\\site-packages', 'purelib': 'C:\\Python27\\lib\\python2.7\\site-packages', 'stdlib': 'C:\\Python27\\lib\\python2.7', 'scripts': 'C:\\Python27\\bin', 'include': 'C:\\Python27\\include\\python2.7', 'data': 'C:\\Python27'}
  3. >>> sysconfig.get_paths(scheme="nt")
  4. {'platinclude': 'C:\\Python27\\Include', 'platstdlib': 'C:\\Python27\\Lib', 'platlib': 'C:\\Python27\\Lib\\site-packages', 'purelib': 'C:\\Python27\\Lib\\site-packages', 'stdlib': 'C:\\Python27\\Lib', 'scripts': 'C:\\Python27\\Scripts', 'include': 'C:\\Python27\\Include', 'data': 'C:\\Python27'}
  5. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement