linux 系统配置
git
git & github
- git config
 
- ssh-key
 
- github
 
vim
vim basis | vim config
- vundle
 
- airline/airline-themes
 
- powerline fonts
 
- flake8
 
zsh
zsh
- ohmyzsh
 
sudo chsh -s /bin/zsh <username> 
vim .zshrc 
pip
pip
# ~/.pip/pip.conf
[global]
trusted-host =  mirrors.aliyun.com
index-url = https://mirrors.aliyun.com/pypi/simple
 
pip install pipenv
pipenv install
pipenv --help
pipenv shell
 
pip install autoenv
# touch a ".env" in the project folder
# project/.env
pipenv shell
 
ipython
ipython
ipython --help
ipython profile create
# edit ~/.ipython/profile_default/ipython_config.py