Installation and Configuration [Beginners] Python development tools (the whole of)

  We must first of its profits, engage in development, we must first do a good job environment, developers know.

 1, Python installation and configuration (Mac)

  (1) install brew

/usr/bin/ruby-e "$(curl -fsSLhttps://raw.githubusercontent.com/Homebrew/install/master/install)"

  (2) Installation Python 3.6

brew install python3.6

 2, installation PyCharm

  Please refer to the venue https://www.cnblogs.com/du-hong/p/10244304.html  As for (all of 15 dollars to buy a registration code Webstorm, PyCharm that some of the columns) activation code, you can purchase on a treasure

 3, MySQL installation and configuration (Mac)

  (1) at the terminal:

brew install mysql

  (2) Start mysql

brew services start mysql

  (3) into mysql

mysql -u root -p

  The first time of entry, will let you enter a password, this time directly enter into the

 4, navicat installation

  (1) The following dmg files downloaded

wget http://download.navicat.com/download/navicat121_premium_cs.dmg

  (2) there will be a dmg file download is complete, double-click dmg file, mac icon will let you pull applications the following documents, did so on the line

  (3) command + space search navicat open on the line

Guess you like

Origin www.cnblogs.com/xjf125/p/12437397.html