The officially official Devuan Forum!

You are not logged in.

#1 2017-09-28 16:42:14

devur
Member
From: Denmark
Registered: 2017-05-29
Posts: 60  

[SOLVED]terminal command

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

#2 2017-09-28 17:48:38

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,416  

Re: [SOLVED]terminal command

Use the full path. (without sudo)

export PATH="$PATH:/home/devur/scripts"

Offline

#3 2017-09-29 09:33:10

devur
Member
From: Denmark
Registered: 2017-05-29
Posts: 60  

Re: [SOLVED]terminal command

yes that works! wink


Laptop lenovo
Desktop XFCE
Os Devuan GNU/Linux

Offline

Board footer