Getting started with Anaconda and Python on a Mac

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 16

  • @richard_loosemore
    @richard_loosemore 4 месяца назад +3

    I hope your channel grows: your videos are among the clearest that I know.

  • @roberto_camp
    @roberto_camp 3 месяца назад +1

    Great video Susan! Super-concise and technically accurate.

  • @bruceherbert8802
    @bruceherbert8802 Месяц назад +1

    This video was really helpful, pls do more of them...

  • @KonstantinM-nuu
    @KonstantinM-nuu 22 дня назад

    Very clear and helpful. Thx.

  • @johnfrancis9668
    @johnfrancis9668 8 месяцев назад

    Best explanation of ALL the possible on RUclips

  • @rangho10
    @rangho10 2 месяца назад

    Syper clear and helpful video. Thank you Susan!

  • @karinamendonca945
    @karinamendonca945 3 месяца назад

    Thanks for the video! Best explanation I have seen!

  • @arpandutta3591
    @arpandutta3591 3 месяца назад

    Amazing help, and a big fan of your wesbite as well, keep it up!

  • @mileyondrumz
    @mileyondrumz 18 дней назад

    I keep getting an "installation failed" message. running Sonoma. please help, someone!

  • @khaliunbattogtokh7263
    @khaliunbattogtokh7263 2 месяца назад

    Can your run your code and have your results show in console like in R? If that's possible, why are you using the command line? I don't know much about Python :)

  • @JaydenRussell-dx2ep
    @JaydenRussell-dx2ep 3 месяца назад

    Do you need to use i-term for terminal , Im using the default terminal with shell .zsh but the commands cuda arent regonized

    • @JaydenRussell-dx2ep
      @JaydenRussell-dx2ep 3 месяца назад

      *conda

    • @codewithsusan
      @codewithsusan  3 месяца назад +1

      iTerm shouldn't be necessary. The underlying bash program (.zsh) is what is relevant. You can check your zsh config file at ~/.zsrc and make sure it has the Conda initialization code (below). This should have been added automatically for you during installation, but if not you can manually add it. After making changes to this config file, make sure you close and re-open your command line program to make sure the changes take effect.
      # >>> conda initialize >>>
      # !! Contents within this block are managed by 'conda init' !!
      __conda_setup="$('/opt/miniconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
      if [ $? -eq 0 ]; then
      eval "$__conda_setup"
      else
      if [ -f "/opt/miniconda3/etc/profile.d/conda.sh" ]; then
      . "/opt/miniconda3/etc/profile.d/conda.sh"
      else
      export PATH="/opt/miniconda3/bin:$PATH"
      fi
      fi
      unset __conda_setup
      #

    • @JaydenRussell-dx2ep
      @JaydenRussell-dx2ep 3 месяца назад

      @@codewithsusan thanks this seemed to do the trick !

  • @blakeaghili4681
    @blakeaghili4681 3 месяца назад

    very helpful thanks