python-editables on AUR (Arch User Repository)

Last updated: June 01,2024

1. Install "python-editables" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install python-editables on Arch using YAY

$ yay -S python-editables

* (Optional) Uninstall python-editables on Arch using YAY

$ yay -Rns python-editables

2. Manually Install "python-editables" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone python-editables's git locally

$ git clone https://aur.archlinux.org/python-editables.git ~/python-editables

c. Go to ~/python-editables folder and install it

$ cd ~/python-editables $ makepkg -si

3. Information about the python-editables package on Arch User Repository (AUR)

5. The same packages on other Linux Distributions