·设为首页收藏本站📧邮箱修改🎁免费下载专区💎积分✅卡密📒收藏夹👽聊天室
返回列表 发布新帖

悬赏100请教linux安装python3

134 9
发表于 2024-5-25 08:49:35 | 查看全部 阅读模式

马上注册,免费下载更多dz插件网资源。

您需要 登录 才可以下载或查看,没有账号?立即注册

×
  1. # uname -aLinux lnas0b4d 4.4.18-g8bcbd8a-dirty #172 SMP Thu Jun 18 15:45:32 CST 2020 aarch64 GNU/Linux
复制代码

联想个人云A1 linux系统,带python2 需要安装python3
请高手指点,100元不成敬意:shutup:

TG @wudaima
我要说一句 收起回复
创宇盾启航版免费网站防御网站加速服务

评论9

TyCodingLv.8 发表于 2024-5-25 08:50:33 | 查看全部
TG发你了
我要说一句 收起回复
拾光Lv.8 发表于 2024-5-25 08:50:43 | 查看全部
这神仙也是买来的吧
我要说一句 收起回复
TyCodingLv.8 发表于 2024-5-25 08:50:50 | 查看全部
https://www.bt.cn/new/download.html  装完宝塔自带各种版本的python3
我要说一句 收起回复
TyCodingLv.8 发表于 2024-5-25 08:51:40 | 查看全部
chatgpt解忧愁
  1. To install Python 3 on a Linux system, you can follow these general steps. The specific commands may vary slightly depending on your distribution. Here, I'll provide instructions for installing Python 3 on a Debian-based system using `apt`, and on a Red Hat-based system using `yum`. Since you're using a custom Linux distribution on an ARM architecture (aarch64), some steps may require slight adjustments.### For Debian-based systems (Ubuntu, Debian, etc.)1. **Update the package list**:   ```bash   sudo apt update   ```2. **Install Python 3**:   ```bash   sudo apt install python3   ```3. **Verify the installation**:   ```bash   python3 --version   ```### For Red Hat-based systems (CentOS, Fedora, etc.)1. **Update the package list**:   ```bash   sudo yum update   ```2. **Install Python 3**:   ```bash   sudo yum install python3   ```3. **Verify the installation**:   ```bash   python3 --version   ```### For Custom Linux Distributions or ARM ArchitectureSince you're on a custom Linux distribution on an ARM architecture, you might need to build Python from source:1. **Install necessary build tools and dependencies**:   ```bash   sudo apt update   sudo apt install build-essential libssl-dev libffi-dev zlib1g-dev   ```2. **Download the latest Python 3 source code**:   ```bash   wget https://www.python.org/ftp/python/3.10.4/Python-3.10.4.tgz   tar -xf Python-3.10.4.tgz   cd Python-3.10.4   ```3. **Configure the build environment**:   ```bash   ./configure --enable-optimizations   ```4. **Build and install Python 3**:   ```bash   make -j 4  # Adjust the number based on your CPU cores   sudo make altinstall   ```5. **Verify the installation**:   ```bash   python3.10 --version   ```### Additional Steps (if needed)- **Create a symbolic link** (optional if you want to use `python3` as a command):  ```bash  sudo ln -s /usr/local/bin/python3.10 /usr/bin/python3  ```- **Install `pip` for Python 3**:  ```bash  sudo apt install python3-pip  ```These instructions should help you install Python 3 on your system. If you encounter any issues or need specific adjustments, feel free to ask!
复制代码
我要说一句 收起回复
TyCodingLv.8 发表于 2024-5-25 08:52:13 | 查看全部
朋友 , 求助, 联系一下我呗
我要说一句 收起回复
浅生Lv.8 发表于 2024-5-25 08:52:32 | 查看全部
继续求救, 论坛的朋友都很热情
我要说一句 收起回复
IT618发布Lv.8 发表于 2024-5-25 08:52:57 | 查看全部
装个宝塔面板 一键安装的  然后就可以随便安装版本了
我要说一句 收起回复
独家记忆Lv.8 发表于 2024-5-25 08:53:21 | 查看全部
重点是没有编译器
我要说一句 收起回复
CrystαlLv.8 发表于 2024-5-25 08:54:02 | 查看全部
我感觉可能是debian 改的
执行下这2个命令,看内容是什么
cat /etc/debian_version
cat /etc/issue
我要说一句 收起回复

回复

 懒得打字嘛,点击右侧快捷回复【查看最新发布】   【应用商城享更多资源】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

创宇盾启航版免费网站防御网站加速服务
投诉/建议联系

discuzaddons@vip.qq.com

未经授权禁止转载,复制和建立镜像,
如有违反,按照公告处理!!!
  • 联系QQ客服
  • 添加微信客服

联系DZ插件网微信客服|最近更新|Archiver|手机版|小黑屋|DZ插件网! ( 鄂ICP备20010621号-1 )|网站地图 知道创宇云防御

您的IP:3.144.232.71,GMT+8, 2024-11-3 20:24 , Processed in 0.424792 second(s), 128 queries , Gzip On, Redis On.

Powered by Discuz! X5.0 Licensed

© 2001-2024 Discuz! Team.

关灯 在本版发帖
扫一扫添加微信客服
QQ客服返回顶部
快速回复 返回顶部 返回列表