Citar
Setting up the environment
We shall assume that you are using BASH. Add the following two lines to /etc/profile
(you must be root in order to be able to do it).
OPUSHOME=INSTALL_PREFIX
export OPUSHOME
where INSTALL_PREFIX is the tree where you installed Spice Opus.
It is also convenient if you add INSTALL_PREFIX/bin to your path.
Add the following two lines at the end of /etc/profile
PATH=$PATH:$OPUSHOME/bin
export PATH
Log out and log in again for the changes to take effect.
We shall assume that you are using BASH. Add the following two lines to /etc/profile
(you must be root in order to be able to do it).
OPUSHOME=INSTALL_PREFIX
export OPUSHOME
where INSTALL_PREFIX is the tree where you installed Spice Opus.
It is also convenient if you add INSTALL_PREFIX/bin to your path.
Add the following two lines at the end of /etc/profile
PATH=$PATH:$OPUSHOME/bin
export PATH
Log out and log in again for the changes to take effect.
No tengo idea de como hacer eso, como tal no tengo el directorio etc/profile mas bien dice etc/profile.d y en la carpeta hay dos archivos bash_completion.sh, vte.sh, esas dos lineas que indica el tutorial no se donde agregarlas.
En usr/local me aparecen las carpetas bin, lib, src donde hay archivos de SPICE que instaló previamente pero en la parte final no se que hacer.
Alguien me podria ayudar?