Add to php linux environment variables

Into the environment variable configuration file

vim /etc/profile

Add the environment variable php

export PATH=$PATH:/usr/local/php/bin

Guess you like

Origin www.cnblogs.com/Json159/p/12600118.html