原文:kali linux安裝python3 及如何切換版本

下載python . wget https: www.python.org ftp python . . Python . . .tgz 解壓python . tar zxvf Python . . .tgz 編譯之前,安裝一些所要依賴的包 apt get install y make build essential libssl dev zlib g dev libbz dev libreadl ...

2020-12-29 17:51 0 744 推薦指數:

查看詳情

Ubuntu 安裝python3及多版本切換

Ubuntu上python版本查看 1.安裝3.7 添加源 檢查更新 安裝python3.7 安裝pip3 2.使用 update-alternatives 來為整個系統更改Python 版本 查看python替代 ...

Tue Jan 05 20:08:00 CST 2021 0 1034
如何切換python2和python3 版本

一種方法是別名: $alias python='/usr/bin/python3' $ python --version Python 3.4.3 # 版本已經改變 另一種方法是:鏈接 $ ln -s python /usr/bin/python3 $ python ...

Wed May 30 22:47:00 CST 2018 0 1123
kali切換python2和python3的方法

python3.xx的普及,在linux安裝python3后,但是有些軟件不支持總報錯。so我就找了個折中的辦法。安裝兩個版本,如果軟件報錯切換版本。 一、 打開終端分別輸入下面兩條命令: update-alternatives --install /usr/bin ...

Thu Mar 05 08:06:00 CST 2020 1 2915
Ubuntu16.04安裝Python3.6 和pip(python3版本切換

安裝: 配置只輸入python3時就默認使用3.6版本: 也可使用上面鏈接里說明的方法 1、update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.5 1 2、update-alternatives ...

Thu Jan 10 00:42:00 CST 2019 0 7930
Mac上python2和python3版本切換

在命令行執行 在文件下面加上: 來源 python安裝路徑 系統默認 /System/Library/Frameworks/Python.framework/Versions/2.7 ...

Thu Jan 10 00:20:00 CST 2019 0 687
 
粵ICP備18138465號   © 2018-2026 CODEPRJ.COM