前期准备
安装python
1.安装前查看当前系统下的python版本号
python -V
2.获取python3.x的官方软件包
wget https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tgz
3.解压缩该软件包
tar -zxvf Python-3.6.5.tgz
4.在解压目录下安装配置
cd Python-3.6.5
./configure
5.编译并安装
make
make install
6.验证当前系统下安装的python版本号
python3 -V
安装pip
1.用脚本安装pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
会看到Successfully.....等安装成功的字样
2.yum安装pip
2.1 首先安装拓展源
yum -y install epel-release
2.2安装pip
yum -y install python-pip
安装 5.9.1 面板
Bt_Panel_Pro 腳本(Centos):极速安装方式 (安装时间1至10分钟)
yum install -y wget && wget -O install.sh https://52bt.cn/install/install.sh && sh install.sh
Bt_Panel_Pro 腳本(Ubuntu):极速安装方式 (安装时间1至10分钟)
wget -O install.sh https://52bt.cn/install/install-ubuntu.sh && sudo bash install.sh
Bt_Panel_Pro 腳本(Debian):极速安装方式 (安装时间1至10分钟)
wget -O install.sh https://52bt.cn/install/install-ubuntu.sh && bash install.sh
Bt_Panel_Pro 腳本(Fedora):极速安装方式 (安装时间1至10分钟)
wget -O install.sh https://52bt.cn/install/install.sh && bash install.sh
已经安装面板
Bt_Panel 脚本(升级开心版):极速安装方式 (安装时间1至10秒)
curl https://52bt.cn/install/update_pro.sh|bash
不想使用開心版的,直接使用官方腳本轉成免費
wget -O update.sh http://download.bt.cn/install/update.sh && bash update.sh free
版权声明:版权归 怪友 所有,转载请注明出处!
本文链接:https://www.gynote.cn/archives/82/
如果博客出现404或链接失效,请留言或者联系博主修复!