Tag: sierra
-
Install Sass in mac OS Sierra
Macbook comes with pre-installed ruby. To check whether you have ruby installed in your system open the terminal app and type the following underlined code and press enter. mymacbook:~ $myname ruby–v It should display something like this: ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin16] This means you have ruby already installed in your macBook.Now you try […]
-
Install php mcrypt in Mac OS Sierra 10.12
# Install HomeBrew. (https://brew.sh/) $/usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” Disable SIP in Mac OS. (http://www.macworld.com/article/2986118/security/how-to-modify-system-integrity-protection-in-el-capitan.html) The Sierra version ships with PHP 5.6.28 at the time of writing, you can always find the version from your terminal with php -v command. Download the version source from the PHP site (http://php.net/downloads.php) and extract it. Make sure you enable […]