1 anaconda
參考:https://blog.csdn.net/huangjuegeek/article/details/73556763
官方:http://docs.anaconda.com/anaconda/install/linux/
清華鏡像:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
-
anaconda與python:
- 下載后,
sudo bash Anaconda*
- 過(guò)程中:一堆協(xié)議按q,yes;可自定義安裝位置;添加path到.bashrc選yes;VS code可選。
- ubuntu 16.04自帶python2.7(
python
)和python3.5(python3
),我安裝anaconda3 5.2.0(Anaconda3-5.2.0-Linux-x86_64.sh)后,python
默認(rèn)為anaconda中的3.6.5:
$ python
Python 3.6.5 |Anaconda, Inc.| (default, Apr 29 2018, 16:14:56)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
2 pycharm
參考:https://blog.csdn.net/qq_38683692/article/details/79868391
sudo add-apt-repository ppa:mystic-mirage/pycharm
sudo apt-get update
sudo apt-get install pychram-community