pyenv-virtualenvwrapper on AUR (Arch User Repository)

Last updated: July 01,2024

1. Install "pyenv-virtualenvwrapper" 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 pyenv-virtualenvwrapper on Arch using YAY

$ yay -S pyenv-virtualenvwrapper

* (Optional) Uninstall pyenv-virtualenvwrapper on Arch using YAY

$ yay -Rns pyenv-virtualenvwrapper

2. Manually Install "pyenv-virtualenvwrapper" via AUR

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

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

b. Clone pyenv-virtualenvwrapper's git locally

$ git clone https://aur.archlinux.org/pyenv-virtualenvwrapper.git ~/pyenv-virtualenvwrapper

c. Go to ~/pyenv-virtualenvwrapper folder and install it

$ cd ~/pyenv-virtualenvwrapper $ makepkg -si

3. Information about the pyenv-virtualenvwrapper package on Arch User Repository (AUR)

ID: 443115
Name: pyenv-virtualenvwrapper
PackageBaseID: 125541
PackageBase: pyenv-virtualenvwrapper
Version: 20140609-1
Description: An alternative approach to manage virtualenvs from pyenv.
URL: https://github.com/pyenv/pyenv-virtualenvwrapper
NumVotes: 3
Popularity: 0
OutOfDate:
Maintainer: MarsSeed
Submitter: mdemierre
FirstSubmitted: 1505243868
LastModified: 1505243868
URLPath: /cgit/aur.git/snapshot/pyenv-virtualenvwrapper.tar.gz