Excuse me, What is the PATH variable referred to here? I need to add my directory there.
c
Cherif Salama
08/19/2022, 5:26 PM
Type the following command before the make setup command
$ export PATH=/home/nelson/.local/bin:$PATH
n
Nelson Rodriguez
08/19/2022, 5:33 PM
Thanks @Cherif Salama, that PATH is added temporarily in the shell, isn't it? If I want to keep those variables for future works, do I have to add it into the bashrc file?