We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When run as miniconda.sh -b -p miniconda the error appears as:
miniconda.sh -b -p miniconda
Installing * environment... ./miniconda.sh: 444: ./miniconda.sh: [[: not found
The problem is resolved when miniconda.sh is modified to begin with /bin/bash or when invoked as bash miniconda.sh -b -p miniconda.
/bin/bash
bash miniconda.sh -b -p miniconda
ubuntu 18.04 install url https://repo.anaconda.com/miniconda/Miniconda3-py38_22.11.1-1-Linux-x86_64.sh (and others)
The text was updated successfully, but these errors were encountered:
see also conda/constructor#596 and conda/conda#10431
Sorry, something went wrong.
@mfeblowitz This repo is to edit conda documentation.
This is off-topic and also has been fixed.
No branches or pull requests
When run as
miniconda.sh -b -p miniconda
the error appears as:The problem is resolved when miniconda.sh is modified to begin with
/bin/bash
or when invoked asbash miniconda.sh -b -p miniconda
.ubuntu 18.04
install url https://repo.anaconda.com/miniconda/Miniconda3-py38_22.11.1-1-Linux-x86_64.sh (and others)
The text was updated successfully, but these errors were encountered: