8 Mar
2020
8 Mar
'20
2:25 a.m.
Hi all, I'm trying to install reflector to manage pacman mirrors. Upon install, everything seems to be working, but actually running the reflector command says that the python file. The PKGBUILD installs the file to the system python, but the python binary that is higher in the path is the one installed by asdf-vm, which uses pyenv in the background. Because this has its own directory, the file is not installed to this location, so when the reflector command invokes python, it invokes the one installed by asdf-vm, which obviously cannot find the file Any ideas on how to fix this? Thanks, Yash Karandikar