Environment variables are not being refreshed #3480

Open
opened 2026-01-30 23:22:17 +00:00 by claunia · 0 comments
Owner

Originally created by @trajano on GitHub (Aug 19, 2019).

I use a program called scoop to install software which modifies the PATH.

Environment

PS C:\Users\trajano> [Environment]::OSVersion

Platform ServicePack Version      VersionString
-------- ----------- -------      -------------
 Win32NT             10.0.18947.0 Microsoft Windows NT 10.0.18947.0

Terminal Version: 0.3.2171.0

Steps to reproduce

  1. scoop install maven
  2. start up a new tab
  3. run mvn

Expected behavior

Maven should run

Actual behavior

Maven does not run because it is not found in path
Close Terminal (all tabs and windows)
Start up Terminal again
run mvn works again.

Originally created by @trajano on GitHub (Aug 19, 2019). I use a program called `scoop` to install software which modifies the PATH. # Environment ```none PS C:\Users\trajano> [Environment]::OSVersion Platform ServicePack Version VersionString -------- ----------- ------- ------------- Win32NT 10.0.18947.0 Microsoft Windows NT 10.0.18947.0 Terminal Version: 0.3.2171.0 ``` # Steps to reproduce 1. `scoop install maven` 2. start up a new tab 3. run `mvn` # Expected behavior Maven should run # Actual behavior Maven does not run because it is not found in path Close Terminal (all tabs and windows) Start up Terminal again run `mvn` works again.
claunia added the Resolution-Duplicate label 2026-01-30 23:22:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3480