码迷,mamicode.com
首页 > 编程语言 > 详细

怎么查看python的安装路径

时间:2021-04-14 12:28:25      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:user   inf   bsp   copyright   python的安装   port   format   edits   安装   

怎么查看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‘, 
>>>

  

怎么查看python的安装路径

标签:user   inf   bsp   copyright   python的安装   port   format   edits   安装   

原文地址:https://www.cnblogs.com/aszeno/p/14655833.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!