Hi,
I am using Ubuntu 64-bit on a VM and installed an app, added it to $PATH using
It would be great if someone could help me with this, thanks!
I am using Ubuntu 64-bit on a VM and installed an app, added it to $PATH using
export PATH=$PWD/bin:$PATH
in my terminal (T1). Worked fine. Then i wanted to use the command in another terminal (T2) and got an error message that the command is unknown (exactly that, no more information). I checked echo $PATH and the path was really missing, while I did the same in the other terminal (and it's child terminals) where it was in there. Then i added the the path again, in T2, opened a new terminal (T3) where the path was missing again. To resolve it, I navigated to $HOME/.profile and manually added the path, but it doesn't change anything, same as above. Exact line added to .profile: . "$HOME/solana-release/bin"
(I used the scheme from the line above). I used source $HOME/.profile in the new terminal. The response is bash: .: /home/longroad/solana-release/bin: is a directory
It would be great if someone could help me with this, thanks!