Conda Tutorial (Python) p.1: Package and Environment Manager | Anaconda vs. Miniconda | Conda

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

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

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

    Thank you for a very clear, step-by-step explanation! Very helpful!

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

    Great video, very well explained. Thanks man!!

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

    Great video! Thank you for explaining so clearly!

  • @nimabarani6274
    @nimabarani6274 3 ปีที่แล้ว

    Thank you for the explanation! Very helpful

  • @ilhamsurya8587
    @ilhamsurya8587 3 ปีที่แล้ว

    Thank you for the explanation

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

    You explain very well! thanks a lot it's a great help

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

    Great video

  • @grymmjack
    @grymmjack 3 ปีที่แล้ว

    Thanks!

    • @grymmjack
      @grymmjack 3 ปีที่แล้ว

      Also I really appreciate how well you are communicating with us. Your pace is great; not too fast, not too slow (this is something not true of other creators) and the green screen face cam and attention to the visuals is appreciated. The topic brought me :) But I have subscribed and am curious what other topics you will be sharing. I will look at the videos you have already made, but I am learning Python (coming from PHP) and it’s very helpful to have things explained simply and at a comfortable depth. Thanks for making this conda stuff!

    • @SebastianMantey
      @SebastianMantey  3 ปีที่แล้ว

      Thank you very much for your really nice comment! I really appreciate that!
      With regards to the topics I want to cover, in this video I talk about exactly that: th-cam.com/video/lWm823uCJMU/w-d-xo.html
      I should be starting to upload the videos for the Python tutorial within the next 2-3 weeks. And after that, I will be uploading some “Python projects for Beginners” videos.

  • @mashkov27
    @mashkov27 4 ปีที่แล้ว

    I installed anaconda. then I type "conda" in the command prompt and this mesage popped up: " conda is not recognized as an internal or external command operable program or batch file"

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

      Does it work with the ‘Anaconda Prompt’?
      If not, then you can try this: uninstall Anaconda and install it again. And then, during the installation check the box that says something like “add Anaconda to the PATH” (stackoverflow.com/questions/44515769/conda-is-not-recognized-as-internal-or-external-command).
      If it does work with the ‘Anaconda Prompt’ but not with the ‘Command Prompt’ (so I guess you are on windows), then you need to initialize the ‘Command Prompt’: conda init cmd.exe (th-cam.com/video/clKgaEZJYww/w-d-xo.html)
      I hope that helps!

    • @bugsysiegals
      @bugsysiegals 2 ปีที่แล้ว

      @@SebastianMantey That's because you did not select PATH option when installing Anaconda. You need to go into environment variables, edit PATH, and add the following while replacing with your userid. These are of course added for my latest installation and you may not have all these folders depending on your version so leave any out which are irrelevant.
      C:\Users\\Anaconda3
      C:\Users\\Anaconda3\Library\mingw-w64\bin
      C:\Users\\Anaconda3\Library\usr\bin
      C:\Users\\Anaconda3\Library\bin
      C:\Users\\Anaconda3\Scripts