5 python archlinux python-3.x manjaro python-3.7
Manjaro 现在附带最新版本的 Python ( 3.8 )。但是,我当前的项目需要旧版本的 Python ( 3.7 )。有没有办法安装旧版本并在启动程序时使用类似python37或 的方法,以便我可以在两个版本之间切换?python38
AUR您可以尝试使用...安装特定版本
sudo pacman -S yay
yay -S python37
Run Code Online (Sandbox Code Playgroud)
https://aur.archlinux.org/packages/python37/