CHANGE PATH WINDOWS 7

Asked

Viewed 278 times

0

Hello, to boot my Flutter course, one of the requirements is to change the windows path to 'flutter bin'. The problem is that my PATH already has a value and when I click on "edit", there is no list from which I can just insert the PATH. It would be a problem to delete the contents of the current PATH variable and insert the Flutter one?

inserir a descrição da imagem aqui

  • Yes, it would be a problem. You should enter the values by separating them by ;

2 answers

0


Yes, it would be a problem - some programs(s) might stop working with this (apparently, the npm, in your case).

You have to enter the value by separating it from the others with ;

0

You can separate the PATH values using a ;

Would look like this:

C:\Users\user\AppData\Roaming\npm;C:\src\flutter\bin

Remembering only to make sure that the flutter is in this directory src

If you want to view your PATH complete in windows, you can run the command PATH direct on the command line.

inserir a descrição da imagem aqui

Browser other questions tagged

You are not signed in. Login or sign up in order to post.