会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lion_zheng
2018年8月26日
查看pip install安装的python包的位置
摘要: 例如,我在一个名为tf_14的vertualenv环境中(no site package)安装了一个contextlib2包 使用which xxx来查看 使用pip show指令来查看
阅读全文
posted @ 2018-08-26 22:31 lion_zheng
阅读(7315)
评论(0)
推荐(0)
查询python的安装路径
摘要: 参考链接: https://blog.csdn.net/orangleliu/article/details/44907221
阅读全文
posted @ 2018-08-26 21:29 lion_zheng
阅读(185)
评论(0)
推荐(0)
安装PYTHON PIL包
摘要: 安装pillow而不是PIL ` pip install pillow ` 参考: https://github.com/python pillow/Pillow
阅读全文
posted @ 2018-08-26 19:19 lion_zheng
阅读(135)
评论(0)
推荐(0)
建立virtualenv环境
摘要: 建立virtualenv环境 ` virtualenv no site packages yourenv ` 其中,yourenv是给环境起的名称 no site packages表示安装的python包和系统的包无关 激活环境 ` source yourenv/bin/activate ` 在vi
阅读全文
posted @ 2018-08-26 12:23 lion_zheng
阅读(111)
评论(0)
推荐(0)
查看已安装tensorflow版本
摘要: ``` python import tensorflow as tf tf.__version__ ```
阅读全文
posted @ 2018-08-26 12:15 lion_zheng
阅读(166)
评论(0)
推荐(0)
验证cuda版本
摘要: nvcc V
阅读全文
posted @ 2018-08-26 12:05 lion_zheng
阅读(112)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
管理
公告