码迷,mamicode.com
首页 > 其他好文 > 详细

工作点滴总结

时间:2019-11-12 12:45:20      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:user   --   代码   tin   complete   默认   use   安装   install   

pip安装到指定的用户下(默认安装用户为root,但是无root权限)

pip install [package_name] --user #--user是安装到用户目录下,因为没有root权限 python -m site -help --user-site #查询user-site
例子 pip3.6 install gensim --user

anaconda的Ipython开始代码自动补齐功能 tools->preferences->IPython console->advanced Settings-->(勾选User the greedy completer 和Autocall:full)

工作点滴总结

标签:user   --   代码   tin   complete   默认   use   安装   install   

原文地址:https://www.cnblogs.com/laojifuli/p/11840977.html

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