Skip to content

Instantly share code, notes, and snippets.

@njujerry
Created April 21, 2017 01:26
Show Gist options
  • Save njujerry/0f7e1a67a8a5e7f54e809cc873548c96 to your computer and use it in GitHub Desktop.
Save njujerry/0f7e1a67a8a5e7f54e809cc873548c96 to your computer and use it in GitHub Desktop.
查看python的site-packages路径

查看python的site-packages路径

import site; site.getsitepackages()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment