如何查找python安装包的路径site-packages?,,使用命令:pytho
如何查找python安装包的路径site-packages?,,使用命令:pytho
使用命令:
python -m site
python -m site --user-site
注意当查看指定版本的python的安装包时,需要指定python版本,比如python2.7.15 -m site
参考:https://stackoverflow.com/questions/122327/how-do-i-find-the-location-of-my-python-site-packages-directory
如何查找python安装包的路径site-packages?
相关内容
- Scrapy安装-环境python 3.6.5,scrapy3.6.5,执行命令:pip i
- 小飞侠带你精通Python网络编程系列04-Python内置的数据类
- Python图表数据可视化Seaborn:4结构化图表可视化,,1.基
- centos 系统上如何把python升级为3,centospython,SCL 源目前由
- 1、Python环境安装部署,,一、环境准备1、下载
- python+selenium四:iframe查看、定位、切换,,1.查看iframe
- python ---求100以内的质数有哪些,,#coding=ut
- Python 3.6 安装后需要安装的常用 {控件}?,python3.6
- python面试题——框架和其他(132题),python132,1、djan
- Python并发编程-IO模型-IO多路复用实现SocketServer,-iosoc
评论关闭