8 Mar
2020
8 Mar
'20
3:59 a.m.
On 3/7/20 9:53 PM, karx via arch-general wrote:
On Sat, Mar 7, 2020, 9:50 PM Neven Sajko <nsajko@gmail.com> wrote:
I have not fully understood your situation, but can you not just change the PATH environment variable?
No. I need python for other projects, and would much rather use a version management system rather than risk messing up the system python. Basically, what I am asking is, can I get reflector to work with pyenv?
You could just change PATH for the one terminal with an 'export PATH=/usr/bin:$PATH' That wouldn't affect PATH for any other sessions... Yaro