工作點滴積累

ahuljy發表於2019-10-10

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)

相關文章