Uela,
ho installato nvm sul mio bel localhost
e devo dire è uno spettacolo
l'unica cosa che mi rompe
è dover fare tutte le volte
source .profile
nvm ls-remote
nvm use versione
come posso fare per avere il mio
ambiente gia pronto al boot ?
Uela,
ho installato nvm sul mio bel localhost
e devo dire è uno spettacolo
l'unica cosa che mi rompe
è dover fare tutte le volte
source .profile
nvm ls-remote
nvm use versione
come posso fare per avere il mio
ambiente gia pronto al boot ?
Without faith, nothing is possible. With it, nothing is impossible
http://ilwebdifabio.it
ma intendi nella consolle?in quella dell'utente o di tutti gli utenti?puoi usare ~/.bashrc
Without faith, nothing is possible. With it, nothing is impossible
http://ilwebdifabio.it
quando apri una consolle vengono eseguiti:
.bash_profile
e
.bashrc
quindi puoi inserire comandi o script all'interno
mettendo i percorsi assoluti sia dei comandi che dei file richiamati
thx
provo e ti faccio sapere
Without faith, nothing is possible. With it, nothing is impossible
http://ilwebdifabio.it
Funzia con questo in .bashrc
source ~/.nvm/nvm.sh
nvm use v0.10.33
vado tranqui ?
![]()
Without faith, nothing is possible. With it, nothing is impossible
http://ilwebdifabio.it
direi di si !