Engineering & Systems

Snippet for install python2 OSX Monterey

PG
Panu Guyson Lead Feline Infrastructure & Logistics Engineer
April 21, 2022

I’ve got a problem on node gyp install, because python2 is missing from system.

{{< highlight bash >}} export PATH=“/opt/homebrew/bin:/usr/local/bin:${PATH}” eval ”$(brew shellenv)” brew install pyenv pyenv install 2.7.18 ln -s ”${HOME}/.pyenv/versions/2.7.18/bin/python2.7” ”${HOMEBREW_PREFIX}/bin/python” {{< / highlight >}}

osxpython