Replies: 1 comment 2 replies
-
How did you install the newer version of
You don't (and should not) need to activate the Miniconda environment to actually use the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've been trying to install Homebrew on my CentOS server. The server's default versions of cURL and Git were old and so I installed newer versions without deleting the old ones. Editing $PATH, the newer ones have become default versions and meet the requirements for Homebrew. Now I'm trying to install Homebrew with the following command:
However, "Your curl version:" is missing and the installation terminates there as follows:
The problem occurs only when installing with the "sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"" command. I correctly see the curl version when running a portion of "brew.sh" program (i.e., I copied and pasted the portion to a separate .sh file).
I tried many things suggested online like:
or
export HOMEBREW_FORCE_BREWED_CURL=1
after making a copy of curl to $HOME/.linuxbrew/opt/curl/bin/
But none of them worked.
Can anyone help me figure out why the curl version is missing?
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions