DEV Community

Youngjoon Won
Youngjoon Won

Posted on • Updated on

install python2@mac

xcode-select --install

Download https://www.python.org/downloads/release/python-2713/

curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
python2.7 get-pip.py

Top comments (0)