Entering edit mode
6.1 years ago
sevillaro1970
•
0
i have to problem to install Conda On MacOS
wget https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
bash Miniconda3-latest-MacOSX-x86_64.sh
the program doesn't finish the action
curl https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O ~/miniconda.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 36.2M 100 36.2M 0 0 647k 0 0:00:57 0:00:57 --:--:-- 4130k
curl: (3) <url> malformed
How i can to install this program?
What happens if you try:
why are you using
curl
instead of thewget
command you posted?thanks every body. I just download the file Miniconda3-latest-MacOSX-x86_64.sh or miniconda.sh but when I script in my terminal Miniconda3-latest-MacOSX-x86_64.sh. it doesn't work. Miniconda3-latest-MacOSX-x86_64.sh -bash: Miniconda3-latest-MacOSX-x86_64.sh: command not found
the file is in the file enriquesevillaromero. some help
Try
bash ./Miniconda3-latest-MacOSX-x86_64.sh
in the directory where you downloaded the script.Please use
ADD COMMENT/ADD REPLY
when responding to comments to keep threads logically organized.