【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 yesLinux和Mac下生成的配置文件路径:
~/.condarc
浙公网安备 33010602011771号