Review the installation directory python package

Step two: 
If it is viewed from inside the python command line, with the following command (python 3.x)

import sys
print(sys.path)
  • 1
  • 2

python results

Guess you like

Origin www.cnblogs.com/shenwenkai/p/11465071.html