Step-by-Step Guide: Installing Python 3.11 on Mac

Sdílet
Vložit
  • čas přidán 5. 11. 2022

Komentáře • 5

  • @ArmanKhan-xm9ns
    @ArmanKhan-xm9ns Před rokem

    thank you it was soo usefull👍🏻

  • @aadyantsrivastava1178
    @aadyantsrivastava1178 Před rokem +4

    In the terminal when I type "python3 --version" its still showing the older version of python that was previously installed. Any idea how to fix it?

  • @jamespower5165
    @jamespower5165 Před rokem +1

    Wouldn't it be better to uninstall and do a fresh install? People say it causes problems otherwise

    • @MakeDataUseful
      @MakeDataUseful  Před rokem +1

      Each version will install into its own directory, some of the trickiness comes about with the path environment variable and where your system points when you type python into the terminal. It's not uncommon for folks to have multiple versions of python installed. I currently have 3.8,9,10 and 11 installed when I am helping out with open source testing