iT邦幫忙

3

在Windows底下最適當安裝Python環境的方法

  • 分享至 

  • xImage
  •  

前言

之前都以為Python怎麼安裝在Windows都沒有差別,因為Python在Windows上兼容性比其他什麼Ruby之類的還好,
就隨便安裝,結果在發佈django到IIS上就吃了一個大虧,花了一天才找的解決方案,後來才知道,Python還是
有些地雷,其實怎麼安裝還蠻簡單的,就在下面告訴大家。

安裝環境

windows10
python3.6.2

安裝

1.到Python官網找到想要的版本

大家應該Google Python 就會找到,然後到Downloads那邊,但是我還是附一下網址如下:
https://www.python.org/downloads/
https://ithelp.ithome.com.tw/upload/images/20181130/20113542GdBeRIMqJH.png
然後選擇 Windows 挑選 executable installer 版本 看你系統64或32位元
https://ithelp.ithome.com.tw/upload/images/20181130/201135420fr8bhJdSB.png

2.開始安裝Python

先按 Add Python 3.6 to Path 然後 選擇Customize installation
https://ithelp.ithome.com.tw/upload/images/20181130/2011354268VtpTXrFH.png
Optional Features裡面 全部勾選然後按 Next
https://ithelp.ithome.com.tw/upload/images/20181130/20113542Pwov3A5fXq.png
Advanced Options裡面 勾選Install for all users
Customize install location路徑預設會變成 C:\Program Files\Python36
去掉Program Files 讓他在只在C槽底下
把它改成 C:\Python36
https://ithelp.ithome.com.tw/upload/images/20181130/20113542BftBBnLkLa.png
然後就等安裝完成,就OK啦!

3.檢查

看看環境變數是否有設定

到桌面的本機案右鍵,然後選擇內容
https://ithelp.ithome.com.tw/upload/images/20181130/20113542hdDc6iCx5Y.png
然後按變更設定
https://ithelp.ithome.com.tw/upload/images/20181130/20113542AshAJx15JD.png
系統內容=>進階=>環境變數
https://ithelp.ithome.com.tw/upload/images/20181130/20113542ohQ7P5M9Do.png
環境變數=>系統變數=>找尋 Path=>編輯
https://ithelp.ithome.com.tw/upload/images/20181130/20113542iFn2e5V1pp.png
檢查是否有剛剛的路徑
剛剛設定是 C:\Python36
是否有 C:\Python36\Scripts

https://ithelp.ithome.com.tw/upload/images/20181130/20113542kXbJLSO88C.png

然後開啟Cmd(命令提示字元)

Python

看到是否如下圖一樣狀況,如果一樣就恭喜成功安裝好環境了。
https://ithelp.ithome.com.tw/upload/images/20181130/20113542FvSv5uK5yv.png

結論

其實Python在Windows有很多因為路徑爆炸的問題,目前有遇到兩個
1.路徑太長
2.路徑不能有空白
這就是為什麼不安裝在預設地C:\Program Files\Python36
所以不要把Python安裝在Program Files裡面是最佳解


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言