Advertisement
Guest User

install python from source code on macOS

a guest
Oct 14th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. wget https://www.python.org/ftp/python/2.7.16/Python-2.7.16.tar.xz && tar -xvJf Python-2.7.16.tar.xz && cd Python-2.7.16 && sh configure —-with-ensurepip —-prefix=/usr/local/customblds/python2.7 && make -j5 && sudo make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement