0:53 After pasting the code in my terminal I'm getting "zsh: number expected", and after a while "zsh: command not found: #" and then it terminates. Please what can I do about this?
After typing "yes" to the "Do you wish to update your shell profile to automatically initialize conda?" question it gave me an ERROR REPORT, has anybody run in to this?
Can you copy and paste the error text? Ideally, that shouldn't be there. What happens if you open a new session of terminal after finishing the installation? Do you see (base)?
The solution here would be to install it into a directory that does not have spaces. I think during the installation you should be able to supply a different path, e.g. Do you accept the license terms? [yes|no] Please answer 'yes' or 'no':' >>> yes miniconda3 will now be installed into this location: /root/miniconda3 - Press ENTER to confirm the location - Press CTRL-C to abort the installation - Or specify a different location below You should be able to provide a different path that lacks a space, e.g. [/root/miniconda3] >>> /opt/miniconda3 Though, this might be an accident on your end if you've hit enter too frequently during the installation steps. It may make sense to just retry it.
I cannot thank you enough!!! I was so frustrated, couldn't figure it out on my own. :)
Glad I could help!
0:53 After pasting the code in my terminal I'm getting "zsh: number expected", and after a while "zsh: command not found: #" and then it terminates.
Please what can I do about this?
Not sure why that's happening, I think there might be a copy and paste error. Consider closing Terminal and starting from the beginning.
Great video! You've helped me a lot, thank you :D
Thanks for the kind words!
After typing conda update -n base -c defaults conda in the terminal the response is command not found: conda . Do you know what to do then?
After installing miniconda on your terminal you need to close it and open a new window, the command should work then
ur a G thx for the video
Glad I could help
After typing "yes" to the "Do you wish to update your shell profile to automatically initialize conda?" question it gave me an ERROR REPORT, has anybody run in to this?
Can you copy and paste the error text? Ideally, that shouldn't be there. What happens if you open a new session of terminal after finishing the installation? Do you see (base)?
ERROR: Cannot install into directories with spaces
What do I do?
The solution here would be to install it into a directory that does not have spaces. I think during the installation you should be able to supply a different path, e.g.
Do you accept the license terms? [yes|no]
Please answer 'yes' or 'no':'
>>> yes
miniconda3 will now be installed into this location:
/root/miniconda3
- Press ENTER to confirm the location
- Press CTRL-C to abort the installation
- Or specify a different location below
You should be able to provide a different path that lacks a space, e.g.
[/root/miniconda3] >>> /opt/miniconda3
Though, this might be an accident on your end if you've hit enter too frequently during the installation steps. It may make sense to just retry it.