怎么查看python的安装路径?如下:
打开cmd
输入python
C:Users>python3 Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 23:09:28) [MSC v.1916 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> sys.path ['', 'C:\Users\\AppData\Local\Programs\Python\Python37\python37.zip', 'C:\Users\\AppData\Local\Programs\Python\Python37\DLLs', >>>