-
Notifications
You must be signed in to change notification settings - Fork 243
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
odo installation on windows is broken #4062
Comments
Regarding item 1- ... we should produce .zip files for windows like we do for crc., since we provide an executable file for download, it would be silly to provide a zip file as it adds an extra step for the user to unzip the executable. We will not provide a zip file. Unless anyone disagrees. |
We are already providing a |
To be clear, the request was to produce a .zip instead of .tar.gz (i.e. just change the compression format), not a new/second file. |
Required changes:
|
#4176) * #4062 Update installing odo on Windows section to fix filename and add additional steps and information required * #4062 updated to make it generic, got rid of go/bin references * Incorporated feedback from dharmit * #4062 made changes to replace tar.gz for .zip for windows installer * #4062 incorporated feedback from Dharmit * #4062 Fixed a couple of typos to addres dharmit feedback * 4062 fix mising dot in .exe * 4062 fix if sattement * 4062 fix syntax error * 4062 fix syntax error * 4062 fix syntax error * 4062 fix syntax error * 4062 fix syntax error * Fixed statements for when suffix is .exe * Fixed if syntax * changed syntax * Fixed syntax * fixed zip command syntax * Removed unnecessary comments and updtaed redistributable filename to add .exe before .zip
/kind bug
There are multiple issues with windows installation.
There are 2 distributions for windows one .exe and .tar.gz unfortunately windows does not come with tools to handle tar.gz by default. We should produce .zip files for windows like we do for crc.
I think there is a mismatch with the instructions and the filenames. Instructions refer to a
odo.exe
while linking toodo-windows-amd64.exe
. There are no instructions to rename this file.Step 2 on the installation instructions refers to a
GOPATH
which is not something most windows users would have configured.The text was updated successfully, but these errors were encountered: