cli icon indicating copy to clipboard operation
cli copied to clipboard

Fix: Replaced 'py' with 'python' in chocolatey install script

Open VeronicaOcampo opened this issue 3 months ago • 0 comments

This pull request fixes issue #1617 by replacing the use of 'py' with 'python' to ensure better compatibility on systems where 'py' is not recognized (like windows). The changes can be seen in the chocolateyinstall.ps1 and the chocolateyuninstall.ps1

VeronicaOcampo avatar Sep 14 '25 16:09 VeronicaOcampo