简体   繁体   中英

Older version of Python on Manjaro (Arch Linux)

Manjaro now comes with the newest version of Python ( 3.8 ). However, I need an older version of Python ( 3.7 ) for my current projects. Is there a way to install the older version and use something like python37 or python38 when starting the program so that I can switch between the two versions?

You can try installing a specific version using AUR ...

sudo pacman -S yay
yay -S python37

https://aur.archlinux.org/packages/python37/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM