LoginSignup
0
0

More than 3 years have passed since last update.

MacOS MojaveにPHP7.3をinstallする方法

Last updated at Posted at 2019-09-09

MacOS MojaveにPHP7.3をinstallする方法

brewでphp7.3にupdateしようとしたらつまずきました。
curlでインストールしたところうまくいきました。

curlでphp7.3をinstall

curl -s http://php-osx.liip.ch/install.sh | bash -s 7.3

PATHを追加

zsh user は ~/.zshrcに追加

~/.bash_profile
export PATH=/usr/local/php5/bin:$PATH

That's it!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0