工具 #02 mac M1 Pycharm

196 阅读1分钟

目录:

  1. homebrew
  2. ohmyzsh
  3. terminal
  4. JetBrains
  5. conda
  6. liberary
  7. Jupyter

一、install homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/emilychen/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"

二、install ohmyzsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

三、terminal

vim .zprofile
export https_proxy=http://127.0.0.1:1087;
export https_proxy=http://127.0.0.1:1087;

四、JetBrains family download

https://zhuanlan.zhihu.com/p/136497468

image.png

五、conda install

https://docs.conda.io/en/latest/miniconda.html

image.png

六、restart pycharm ,add liberary.

numpy
pandas
matplotlib
sklearn

image.png

image.png

七、Give up PyCharm and embrace Jupyter

pip3 install jupyter
jupyter notebook