* Software to be installed: Pycharm, Squel Pro, MySQL, Redis, etc.
1. Download the installation pycharm.
2. Download the installation item2.
3. Install brew: ' RUBY-E ' $ (Curl--insecure-fssl https://raw.githubusercontent.com/Homebrew/install/master/install) "'.
4. Use zsh:
List all the shells,cat /etc/shells
Install oh-my-zsh:1. Auto Install: 'wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh‘;
2. Manual Installation: 'git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh‘;--> ‘cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc‘;
5. After the installation is complete, exit the current session and reopen a terminal window so you can see the color hint.
6. If you install Python3 again, the Pycharm will not support the environment you are preparing.
7. Switch Zsh:chsh-s/bin/zsh
8.echo $PATH, export path=/usr/local/bin: $PATH, Python3, which Python3, Pip list, ls-al, source ~/.bash_profile, vim. ZSHRC
9. Open the note in. ZSHRC, export path=/usr/local/bin: $PATH.
10.which Python3, virtualenv--python=/usr/local/bin/python3 venv, source Venv/bin/activate, Pip Install-r Requirements.txt,
New Mac computer Pycharm crawler environment installation and configuration