You are viewing a single comment's thread from:

RE: Python Installation

in #python7 years ago

Additionally, for those using mac, it already has a Python version, but for installing the latest security fixed version they may use "Homebrew".

# for python 2.7
brew install python
# for python 3.x

:)