Reload PATH when opening new Powershell instance #3605
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Description of the new feature/enhancement
When opening a new Powershell tab, it seems to use the same PATH that was present when opening Terminal. It would be nice if it used the updated path, like what you'd expect from opening a new tab in Linux.
I just installed node, and was wondering why the
node -v
command wouldn't work. Opened a regular powershell instance and it worked, which is why I believe it simply stems from Terminal not reloading the PATH.The text was updated successfully, but these errors were encountered: