Skip to content

fix: use 'python' instead of 'py' in chocolatey install script - #1927

Draft
vinayK34 wants to merge 1 commit into
httpie:masterfrom
vinayK34:fix/choco-py-to-python
Draft

fix: use 'python' instead of 'py' in chocolatey install script#1927
vinayK34 wants to merge 1 commit into
httpie:masterfrom
vinayK34:fix/choco-py-to-python

Conversation

@vinayK34

Copy link
Copy Markdown

Fixes #1617.

The Chocolatey installation script was using the py command (the Python Launcher for Windows), which is optional and may not be installed on all systems. Replacing it with python ensures the installation works for users who have Python installed but not the launcher.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

choco install httpie : ERROR: The term 'py' is not recognized as the name of a cmdlet,

1 participant