Commit cde23cfc authored by Reimar Stier's avatar Reimar Stier

Add path to environment in powershell

parent 95e598c8
......@@ -18,3 +18,7 @@ Create %APPDATA%\pip\pip.ini
[global]
proxy = 127.0.0.1:3128
```
* Extend path, add another path to PATH
$Env:PATH += ";C:\tools\Scripts"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment