码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu下pip安装模块到正确位置

时间:2018-05-10 20:49:52      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:name   cto   directory   AC   target   软件包   安装软件包   目录   其他   

ubuntu下用pip安装软件包后ipython里面说没有

先用

pip show tensorflow

查看应该在哪个位置,这里不一定是tensorflow,可以是其他在ipython下可以用的模块

然后

sudo -H pip install  --target=directory package_name

安装到正确的目录下面

ubuntu下pip安装模块到正确位置

标签:name   cto   directory   AC   target   软件包   安装软件包   目录   其他   

原文地址:https://www.cnblogs.com/zhanchao/p/9021558.html

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