Skip to content
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

Fix wget typo for installing miniconda on Linux #883

Closed
wants to merge 1 commit into from

Conversation

cas--
Copy link

@cas-- cas-- commented Aug 24, 2023

Encountered errors attempting to run the script downloaded as part of the instructions for installing miniconda on Linux. The miniconda.sh script file contained the wget logs which indicated an incorrect output option.

To rename a downloaded file with wget the option is -O not -o which outputs the log messages to the file.

Description

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

Encountered errors attempting to run the script downloaded as part of the instructions for installing miniconda on Linux. The `miniconda.sh` script file contained the wget logs which indicated an incorrect output option.

To rename a downloaded file with wget the option is `-O` not `-o` which outputs the log messages to the file.
@conda-bot
Copy link
Contributor

We require contributors to sign our Contributor License Agreement and we don't have one on file for @cas--.

In order for us to review and merge your code, please e-sign the Contributor License Agreement PDF. We then need to manually verify your signature, merge the PR (conda/infrastructure#809), and ping the bot to refresh the PR.

@cas-- cas-- closed this Aug 25, 2023
@cas-- cas-- deleted the fix-miniconda-install-linux branch August 26, 2023 08:02
@github-actions github-actions bot added the locked [bot] locked due to inactivity label Aug 26, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants