How to Install Python on Mac

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

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

  • @lemonseana
    @lemonseana 8 วันที่ผ่านมา +1

    thank you! so straightforward and simple (:

    • @WittCode
      @WittCode  2 วันที่ผ่านมา +1

      Glad I could help! 😃

  • @JumpdeArt
    @JumpdeArt 29 วันที่ผ่านมา

    I was struggling to install, thank you for explaining IDLE!! I thought my mac was broken LOL

  • @lifewithkahunde
    @lifewithkahunde 2 หลายเดือนก่อน

    such easy steps to follows...thanks!

    • @WittCode
      @WittCode  2 หลายเดือนก่อน

      😃

  • @YutongYan-t1i
    @YutongYan-t1i 3 หลายเดือนก่อน

    tysm!! thats so useful for me

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

      Sweet! Thanks for watching

  • @A.Nr2023
    @A.Nr2023 5 หลายเดือนก่อน

    Thank u, it was useful

    • @WittCode
      @WittCode  5 หลายเดือนก่อน

      😃

  • @MuthuKumar-h6q
    @MuthuKumar-h6q 2 หลายเดือนก่อน

    Thank you for your video

    • @WittCode
      @WittCode  2 หลายเดือนก่อน

      Thanks for watching!

  • @idealized_
    @idealized_ 17 วันที่ผ่านมา

    youre a legend

  • @Vincent-p7s
    @Vincent-p7s หลายเดือนก่อน

    Tysm!

  • @t_wichy
    @t_wichy 2 หลายเดือนก่อน

    Cheers Mate!

    • @WittCode
      @WittCode  2 หลายเดือนก่อน

      Glad it was helpful! 😀

  • @Sylum17
    @Sylum17 2 หลายเดือนก่อน +1

    when i enter python3 --version i dont get the same result as you

    • @WittCode
      @WittCode  2 หลายเดือนก่อน

      What do you get? If it's a different version that's because the version downloaded in the video is probably not the latest python version now

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

    Hello
    Glad I found this
    Since python are automatically installed on Mac. I just downloaded the latest version and I want to link it together with the original installed python on Mac but seems to be having issues with folders or path.
    I first checked on my original python version
    Python -version which gives me 2.7.16
    And after the new version, I continued it was installed using
    Python3 -version which gives me 3.13.
    Now the problem is that anytime I call on python i want it to use the python 3
    Something like this
    Python=python3
    But I can’t locate the folder or the command
    Pls help 😢

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

      Sounds like you need to change the order in your PATH variable. I believe whatever comes first will be ran. So make sure python3 is above python version 2.

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

      @@WittCode I don’t understand

  • @rpvaghasiya
    @rpvaghasiya 5 หลายเดือนก่อน

    Pyenv 👌🏼

    • @WittCode
      @WittCode  5 หลายเดือนก่อน +2

      🐍