修改默認python版本
本文沒有采用annconda來進行安裝。因此在編譯之前需要先將ubuntu默認的python版本修改為python3.5。
(1)使用 update-alternatives 來為整個系統(tǒng)更改 Python 版本
# update-alternatives --list python
update-alternatives: error: no alternatives for python
出現(xiàn)以上所示的錯誤信息院刁,表示 Python 的替代版本尚未被 update-alternatives 命令識別
(2)更新替代列表
# update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1
update-alternatives: using /usr/bin/python2.7 to provide /usr/bin/python (python) in auto mode
# update-alternatives --install /usr/bin/python python /usr/bin/python3.5 2
update-alternatives: using /usr/bin/python3.5 to provide /usr/bin/python (python) in auto mode
(3)再次列出可用的 Python 替代版本
# update-alternatives --list python
/usr/bin/python2.7
/usr/bin/python3.5
(4)使用下方的命令隨時在列出的 Python 替代版本中任意切換
# update-alternatives --config python
(5)移除替代版本
# update-alternatives --remove python /usr/bin/python2.7
update-alternatives: removing manually selected alternative - switching python to auto mode
update-alternatives: using /usr/bin/python3.5 to provide /usr/bin/python (python) in auto mode
因為切換了版本借杰,所以在使用pip時要注意使用pip3還是pip
移除python2.7默認版本
?著作權歸作者所有,轉載或內容合作請聯(lián)系作者
- 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來姻蚓,“玉大人宋梧,你說我怎么就攤上這事≌玻” “怎么了捂龄?”我有些...
- 正文 為了忘掉前任展融,我火速辦了婚禮窖认,結果婚禮上,老公的妹妹穿的比我還像新娘告希。我一直安慰自己扑浸,他們只是感情好,可當我...
- 文/花漫 我一把揭開白布燕偶。 她就那樣靜靜地躺著喝噪,像睡著了一般。 火紅的嫁衣襯著肌膚如雪指么。 梳的紋絲不亂的頭發(fā)上酝惧,一...
- 文/蒼蘭香墨 我猛地睜開眼桥言,長吁一口氣:“原來是場噩夢啊……” “哼萌踱!你這毒婦竟也來了?” 一聲冷哼從身側響起号阿,我...
- 正文 年R本政府宣布纵装,位于F島的核電站,受9級特大地震影響据某,放射性物質發(fā)生泄漏橡娄。R本人自食惡果不足惜,卻給世界環(huán)境...
- 文/蒙蒙 一哗脖、第九天 我趴在偏房一處隱蔽的房頂上張望瀑踢。 院中可真熱鬧,春花似錦才避、人聲如沸。這莊子的主人今日做“春日...
- 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至俏让,卻和暖如春楞遏,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背首昔。 一陣腳步聲響...
推薦閱讀更多精彩內容
- 1.前言 當前macos10.13自帶python版本為3.7奄容,但是某些三方庫依然使用python3以下版本臭胜,需要...
- ubunutu16自帶有python2.7和python3.5兩個版本纯路,由于學習工具需要切換默認的python版本...
- 【百度云搜索吠裆,搜各種資料:http://bdy.lqkweb.com】 【搜網盤按厘,搜各種資料:http://www...
- 我自己的ubuntu 14.04系統(tǒng)中默認的python版本為2.7.6抵恋,今天在安裝jupyter時纲菌,提示如下錯誤...
- 【問題】 1.centos6.6左右系統(tǒng)中 默認的python版本都是 2.6.6驰后,而我們使用robot fram...