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

直接安装合适。

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/

Linux / Unix VPS出现 “-bash: python: command not found”的解决方法最先出现在国外主机测评

版权声明:
作者:感冒的梵高
链接:https://www.techfm.club/p/1244.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>