Yes, it works! Thank you, Vincent Legoll!

# cat /root/.bash_profile 
# Honor per-interactive-shell startup file
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
GUIX_PROFILE="/root/.guix-profile" . "/run/current-system/profile/etc/profile"

GUIX_PROFILE="/root/.guix-profile" . "$GUIX_PROFILE/etc/profile" . 
"/root/.local/bin"


PATH="${PATH}:/root/.local/bin"

# whereis protonvpn
protonvpn: /root/.local/bin/protonvpn


May 6, 2020 11:27 AM, "Vincent Legoll" <[email protected]> wrote:

> 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