choose linux python version
- install script
bash <(curl -sSL https://raw.githubusercontent.com/midoks/choose-linux-python/main/install.sh)
- global
bash <(curl -sSL https://cdn.jsdelivr.net/gh/midoks/choose-linux-python@latest/install.sh)
- 如果提示
Command 'curl' not found
则说明当前未安装curl
软件包
yum install -y curl || apt-get install -y curl
- 如果提示
Command 'wget' not found
则说明当前未安装wget
软件包
yum install -y wget || apt-get install -y wget
- 如果提示
bash: /proc/self/fd/11: No such file or directory
,请切换至Root
用户执行