Skip to content

Instantly share code, notes, and snippets.

View mkaliberda's full-sized avatar
🎯
Focusing

mkaliberda

🎯
Focusing
View GitHub Profile
@mkaliberda
mkaliberda / gist:3e312df8e8e95da5847c9d9c6e71b028
Created February 26, 2020 07:07 — forked from Bouke/gist:11261620
Multiple Python installations on OS X

Previous versions used homebrew to install the various versions. As suggested in the comments, it's better to use pyenv instead. If you are looking for the previous version of this document, see the revision history.

$ brew update
$ brew install pyenv
$ pyenv install 3.5.0
$ pyenv install 3.4.3
$ pyenv install 3.3.6
$ pyenv install 3.2.6
$ pyenv install 2.7.10

$ pyenv install 2.6.9

@mkaliberda
mkaliberda / imap-search
Created February 14, 2020 10:24 — forked from martinrusev/imap-search
IMAP Search criteria