Python Basics: Setting Up Python (Quiz)

Become a Member to take the quiz.

Avatar image for Robson da Mota

Robson da Mota on Nov. 7, 2024

Hi. How can someone update a version of Python3 already installed on a machine?

Avatar image for Bartosz Zaczyński

Bartosz Zaczyński RP Team on Nov. 8, 2024

@Robson da Mota On Windows, you can safely upgrade Python by installing the latest version. On the other hand, macOS and Linux distributions usually ship with Python since it’s necessary for some of the system tools. Therefore, it’s recommended to use pyenv to manage multiple Python versions on those systems.

Avatar image for Robson da Mota

Robson da Mota on Nov. 12, 2024

Thanks Bartosz

Become a Member to join the conversation.