2.4.Install Python 3.4 in Windows

  • 1.到官網上下載Python 3.4安裝檔

  • 2.設定環境變數

    • System -> Advance System Setting -> Environment Variable -> Path

    • New -> C:\python36\Scripts

  • 3.打開command line, 輸入python會進入python環境

    • CTRL + z可以跳出

Last updated

Was this helpful?