LINUX 下编译安装python

wget https://www.python.org/ftp/python/3.13.3/Python-3.13.3.tgz

tar -xvf  Python-3.13.3.tgz

cd Python-3.13.3

./configure --prefix=/usr/local/python3.13.3

make && make install

如果有类似警告 或者pip3未加入环境变量

Installing collected packages: pip
  WARNING: The scripts pip3 and pip3.13 are installed in '/usr/local/python3.13.3/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pip-25.0.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.

编辑你的 shell 配置文件(如 .bashrc.zshrc/etc/profile)添加如下内容:

vim  /etc/profile

export PATH="/usr/local/python3.13.3/bin:$PATH" 

source /etc/profile

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值