Jun's Blog

Output, activities, memo and etc.

Entries from 2016-11-01 to 1 month

Install Python 3.5.2 from source on Mac

Python Install latest stable version Python 3.5.2 on Mac. Seeing official site [1]. However as I was not able to download with Mercurial (hg command), that is on the official site, get the source from git mirror. [2] Install from Git sourc…

Install Ruby 2.3.3 from source on Mac

Install Ruby 2.3.3 from source on Mac. Use git to get the source. $ cd ~/git/ruby $ git pull --tags $ git checkout v2_3_3 $ autoconf $ ./configure --prefix=/usr/local/ruby-2.3.3 \ --with-openssl-dir=`brew --prefix openssl` 2>&1 \ | tee -a …