-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Area-ExternalIssue outside of winget-cli sourceIssue outside of winget-cli sourceArea-PathIssue related to path environment variableIssue related to path environment variableIssue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.
Description
Brief description of your issue
Installing a package doesn't add it it to path
Steps to reproduce
- Install Vim using
winget install vim
- Try to run it using
vim test.txt
Expected behavior
Vim should open the file if it exist or create a new file.
Actual behavior
Vim : The term 'vim' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:1
+ Vim .\test.txt
+ ~~~
+ CategoryInfo : ObjectNotFound: (Vim:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Environment
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.19041.450
Package: Microsoft.DesktopAppInstaller v1.10.42241.0
e-krebs, HwapX, frozen00000, publicarray, DouglasHeriot and 190 more
Metadata
Metadata
Assignees
Labels
Area-ExternalIssue outside of winget-cli sourceIssue outside of winget-cli sourceArea-PathIssue related to path environment variableIssue related to path environment variableIssue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.