【PY】Python3.7+Anaconda3 + PyQt5 + Eric6


 

Anaconda下載地址:https://www.continuum.io/downloads

 

 

 

pip install pyenchant

pip install QScintilla 

pip install pyinstaller

 

 

 

py安裝路徑:

/Library/Frameworks/Python.framework/Versions/3.7/bin

 

 

 

anaconda用法:
查看已經安裝的包:
pip list 或者 conda list
 
安裝和更新:
pip install requests
pip install requests --upgrade
或者
conda install requests
conda update requests
 
更新所有庫
conda update --all
 
只更新python
conda updata python
 
更新 conda 自身
conda update conda
 
 
 
更新 anaconda 自身
conda update anaconda
 
anaconda換源:
制定清華的源:
conda config --add channels https: //mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
有資源顯示源地址:
conda config -- set  show_channel_urls yes
 
Linux和Mac下生成的配置文件路徑: ~/.condarc


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM