-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Vim Package - Not added to path #656
Comments
This appears to be related either to the installer or switches that should be added to the manifest. Is this problem still occuring? |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment. |
FYI: This problem is still occurring - I can reproduce this with the latest version of winget. |
Same for |
Vim's installer for Windows appears to be Nullsoft. I would suggest making an Issue and if you have the time and skill, a contribution to have the path added by the installer. |
Neovim's installer for Windows appears to be Wix. I would suggest making an Issue and if you have the time and skill, a contribution to have the path added by the installer. |
I have stumbled upon this issue as well.
|
It works for me when I run it in the terminal, but it doesn't work open running it from "Run" ( |
Has the path issue with the Vim installer been resolved? |
@denelon installing the package interactively allows you to configure gvim/vim so that it can be invoked from the command line, assuming C:\Windows is in your path (which I think it is by default). Running:
Leads to: |
@alexchro93 unfortunately, nobody has been able to share switches that work for this in "silent" or "silent with progress" install mode. Thanks for the update though! I'm trying to loop through some of the older issues to see if we can get some traction. I think this is likely to require changes for the Vim installer to be able to work in the default install mode with WinGet. |
Still the same issue. |
Don't do this! It's a really common way for poorly written installers to screw up a system in a really subtle way that will cause breakage that may only be discovered months or years down the line. You will permanently expand all environment variable references within This is a serious bug in .NET that at this point I am assuming will never be fixed. Instead you should retrieve the data for the value you wish to change:
... then manipulate the data. There are two ways to safely update the
|
Hello @nmat, This issue has been identified as requiring a fix from a third party or external repository. Since there has been no recent activity on this issue, it will be automatically closed. Template: msftbot/noRecentActivity/areaExternal |
1 similar comment
Hello @nmat, This issue has been identified as requiring a fix from a third party or external repository. Since there has been no recent activity on this issue, it will be automatically closed. Template: msftbot/noRecentActivity/areaExternal |
Description of the new feature/enhancement
Installed vim and tried to start gvim and vim from powershell but the path is not added correctly. Using package from website and telling package to use full install would it to path.
Proposed technical implementation details (optional)
Ability to add to path in some way.
The text was updated successfully, but these errors were encountered: