Skip to content

Instantly share code, notes, and snippets.

@mt8
Last active October 7, 2020 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mt8/2596fe45a505452ba0cb7eeb7d5b172c to your computer and use it in GitHub Desktop.
Save mt8/2596fe45a505452ba0cb7eeb7d5b172c to your computer and use it in GitHub Desktop.
エックスサーバー でwp-cliをPHPバージョン指定して動かすエイリアス
echo 'alias wp="/opt/php-7.4.4/bin/php /usr/bin/wp"' >> ~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment