You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the C:\Users\***\Documents\WindowsPowerShell\Modules path is prepended when there is no user env variable called PSModulePath but when it exists it does not add the path automatically so when we create the user env variable it excludes the path.
It removes a part of the default modules path, namely:
C:\Users\***\Documents\WindowsPowerShell\Modules;
After install my module paths are:
I've experienced this on two different machines.
This seems to break importing modules from the profile
The text was updated successfully, but these errors were encountered: