【Python入門篇】開發工具的安裝和配置(全了)

  工欲善其事,必先利其器,要搞開發,必須先搞好環境,開發人員都知道。html

 一、Python的安裝和配置(Mac)

  (1)先安裝brewpython

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

  (2)安裝Python 3.6mysql

brew install python3.6

 二、安裝PyCharm

  請移步參考http://www.javashuo.com/article/p-vinwbpav-km.html 至於激活碼,能夠上某寶購買(15塊錢買了Webstorm,PyCharm這一些列全部的註冊碼)git

 三、MySQL的安裝和配置(Mac)

  (1) 終端下:github

brew install mysql

  (2)啓動mysqlsql

brew services start mysql

  (3)進人mysqlruby

mysql -u root -p

  第一次進入的時候,會讓你輸入密碼,這時候直接回車進入app

 四、navicat的安裝

  (1)下載下面的dmg文件curl

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

  (2)下載完成後會有個dmg文件,直接雙擊dmg文件,mac會讓你將圖標拉到applications文件下面,照作就好了url

  (3)command+space 搜索navicat打開就行

相關文章
相關標籤/搜索