【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