You are not logged in.
Pages: 1
is the command
export
not accessible?
if i execute it white sudo, it is not recognized, if i execute it white out sudo then it not working
export PATH="$PATH:~/scripts"
Last edited by devur (2017-09-29 09:34:42)
Laptop lenovo
Desktop XFCE
Os Devuan GNU/Linux
Offline
Use the full path. (without sudo)
export PATH="$PATH:/home/devur/scripts"
Offline
yes that works!
Laptop lenovo
Desktop XFCE
Os Devuan GNU/Linux
Offline
Pages: 1