6
我試圖在Linux bash shell中更新python3
爲Windows 10升級蟒蛇
這裏是我的嘗試:
sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6
但我得到了以下錯誤:
Processing triggers for libc-bin (2.19-0ubuntu6.9) ...
Errors were encountered while processing:
ghc
E: Sub-process /usr/bin/dpkg returned an error code (1)
我也試着搜索它是否會覆蓋我的python 3.4,並使其無法訪問,因爲在刪除它並安裝3.6,但沒有找到結果。
是否有升級python3
這裏