1
I’m following this tutorial, on Linux, but every time I restart I have to set all the variables again
What I have to do to make the settings remain and globally?
I’m using Linux Mint Cinamon (Sylvia) 64 bits
[EDIT1]
For example:
I do it in the terminal, then when I run inside the Phpstorm terminal, the command tsc -w
for example he said that: /usr/bin/env: “node”: Arquivo ou diretório não encontrado
, ai only Seto the variables that works. But every time I want to open a new terminal window I have to set the environment variables again
Actually if I use the command ~/.profile
gives that message bash: /home/carlos/.profile: Permissão negada
both in root and in my user
Please explain better, the filing cabinet
~/.profile
lose the data, that’s it?– Guilherme Nascimento
For example, I do this in the terminal, then when I run inside the Phpstorm terminal, the command
tsc -w
for example he said that: /usr/bin/env: "Node": File or directory not found, ai so Seto the variables that works. But every time I want to open a new terminal window I have to set the environment variables again– adventistaam
In fact the command
~/.profile
gives that messagebash: /home/carlos/.profile: Permissão negada
– adventistaam
@adventistaam Already tried to move Node to
/usr/bin
?– Valdeir Psr
@adventist
~/.profile
is not a command, is a file, you have to open it by a word processor, like Vim for example, and add the vars– Guilherme Nascimento
Your last suggestion was right @Guilhermenascimento. You can add the answer please
– adventistaam