-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
store installer sets wrong path, as literal ';%USERPROFILE%\AppData\Local\Microsoft\WindowsApps` #6264
Comments
|
This can happen if the type of your PATH environment variable in the registry has changed from |
Hi, it is true my This installation bug with store/centennial/appx is I think related to the winget is experiencing the same problem. microsoft/winget-cli#210 |
This will be due to a third-party installer (and you've got quite a lot of options to choose from in the OP!). I've been tracking issues like this for a while, as they affect the Centennial package of Python. Windows adds the PATH entry itself - it's part of your default user profile, and nothing to do with any particular APPX installer or even the Store. |
Naturally, anything with write access (has nothing to do with an installer) to I think it is reasonable for the infrastructure
That would require the dependency of app aliases to do at a minimum
Seems to me the dependency handing of
|
Windows store installer for v1.0.1401.0 appends wrong value to path. Therefore, it is not possible to run
wt.exe
from windowskey-R, cmd prompt, or anything else that needs to find it on the path.Environment
Steps to reproduce
wt.exe
Expected behavior
Windows Terminal to run
Actual behavior
Error. Windows cannot find wt.exe
I checked my path at cmd prompt. The following is a cut/paste. Notice the last entry, two semicolons and then a env variable not expanded. And with that unexpanded directory not evaluated in the path, naturally wt.exe will not be found by windowskey-R or typing
wt.exe
at a legacy command prompt.The text was updated successfully, but these errors were encountered: