You are not logged in.
Pages: 1
For installing some programs I need 'setenv', but I can't find it anywhere.
Where can I get it? Or is there any other way to set environment variables?
Offline
setenv is for *csh shells. Either use tcsh (not reccomended) for Your user (chsh myuser as root to change after pacman -Sy tcsh), or use bash and substitute:
setenv NAME VALUE
with
export NAME=VALUE
Graziano.
Offline
Pages: 1