hasen's tech life

Twitter: @hasen

Entries from 2019-03-01 to 1 month

HomebrewでPHPを7.1から7.2にアップデート.

# HomebrewでPHPを7.1から7.2にアップデート. $ brew unlink php@7.1 $ brew link php@7.2 $ echo 'export PATH="/usr/local/opt/php@7.2/bin:$PATH"' >> ~/.bash_profile $ echo 'export PATH="/usr/local/opt/php@7.2/sbin:$PATH"' >> ~/.bash_profile $ …