Skip to content

Instantly share code, notes, and snippets.

View salimhamed's full-sized avatar
😀
Stoked.

Salim salimhamed

😀
Stoked.
View GitHub Profile
@salimhamed
salimhamed / install_python.sh
Last active October 21, 2017 01:19
Python Setup on Mac
# install pyenv
brew update
brew install pyenv
# add pyenv init to your to enable shims and autocompletion
echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.bash_profile
# show all possible version of python
pyenv install --list