Downloading and Installing Miniconda 3 on macOS using Terminal

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 14

  • @bayarearealestatebymegan
    @bayarearealestatebymegan 3 หลายเดือนก่อน

    I cannot thank you enough!!! I was so frustrated, couldn't figure it out on my own. :)

  • @osakweolorchukwu
    @osakweolorchukwu 3 หลายเดือนก่อน +1

    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?

    • @thecoatlessprofessor7674
      @thecoatlessprofessor7674  3 หลายเดือนก่อน

      Not sure why that's happening, I think there might be a copy and paste error. Consider closing Terminal and starting from the beginning.

  • @gentle9964
    @gentle9964 ปีที่แล้ว +1

    Great video! You've helped me a lot, thank you :D

  • @diannegriep2933
    @diannegriep2933 ปีที่แล้ว +2

    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?

    • @TheMightySpurdo
      @TheMightySpurdo ปีที่แล้ว +4

      After installing miniconda on your terminal you need to close it and open a new window, the command should work then

  • @litzya6494
    @litzya6494 ปีที่แล้ว

    ur a G thx for the video

  • @saraibadillo5482
    @saraibadillo5482 11 หลายเดือนก่อน +1

    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?

    • @thecoatlessprofessor7674
      @thecoatlessprofessor7674  11 หลายเดือนก่อน

      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)?

  • @jeremyXsleep
    @jeremyXsleep 4 หลายเดือนก่อน

    ERROR: Cannot install into directories with spaces
    What do I do?

    • @thecoatlessprofessor7674
      @thecoatlessprofessor7674  4 หลายเดือนก่อน

      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.