工作点滴总结
Posted laojifuli
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了工作点滴总结相关的知识,希望对你有一定的参考价值。
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)
以上是关于工作点滴总结的主要内容,如果未能解决你的问题,请参考以下文章