Skip to content

midoks/choose-linux-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

choose-linux-python

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)

Stargazers over time

Stargazers over time

FAQ

  • 如果提示 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 用户执行