8 Mar
2020
8 Mar
'20
4:51 a.m.
On Sat, Mar 7, 2020, 9:59 PM Yaro Kasear <yaro@marupa.net> wrote:
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
Thanks for your reply. If I put this in a bash script, will it reset once the script is done running?