help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to make bash sees binaries from /root/.local/bin ?


From: Vincent Legoll
Subject: Re: How to make bash sees binaries from /root/.local/bin ?
Date: Wed, 6 May 2020 13:26:05 +0200

hello,

have you tried something like the following:
echo 'PATH="${PATH}:/root/.local/bin"' >> /root/.bash_profile

maybe also add 'export PATH' after that if needed

-- 
Vincent Legoll



reply via email to

[Prev in Thread] Current Thread [Next in Thread]