Linux / Unix VPS出现 “-bash: python: command not found”的解决方法

lisahost.com

直接安装合适。

1、Ubuntu/Debian下
apt-get install python
或者
apt-get install python3

2、Oracle/RHEL (Red Hat)/CentOS下
yum install python

3、Fedora下
dnf install python
或者
dnf install python3

4、Arch下
pacman -S python2
或者
pacman -S python3

5、Suse/OpenSUSE下
zypper install python
或者
zypper install python3

6、FreeBSD下
安装Python v2.x:
pkg install python2
或者
cd /usr/ports/lang/python2/ && make install clean

安装Python v3.x:
pkg install python3
或者
cd /usr/ports/lang/python3/ && make install clean

7、OpenBSD
pkg_add python
或者
doas pkg_add python

8、MacOS X
brew install python3

确认:
type -a python
which python
ls -l /usr/bin/python
ls -l /usr/bin/python*

via:https://www.cyberciti.biz/faq/bash-python-command-not-found/

    所有主机信息仅是为及时分享并收录,不做推荐!