今天我们将在 Mageia 9 上安装 ASDF。接下来的步骤将安装 PHP 和 Node.js 插件。
git 克隆 https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.1
回声'。 “$HOME/.asdf/asdf.sh”'>> ~/.zshrc
echo 'fpath=(${ASDF_DIR}/completions $fpath)' >>> ~/.zshrc
echo 'autoload -Uz compinit && compinit'>>> ~/.zshrc
sudo dnf install gnupg2 curl gawk
asdf插件添加nodejs https://github.com/asdf-vm/asdf-nodejs.git
sudo dnf install autoconf bison re2c libxml2-devel sqlite3-devel libgd-devel gcc-c++ lib64oniguruma-devel libpqxx-devel readline-devel libzip-devel
asdf 插件-add php https://github.com/asdf-community/asdf-php.git
完成,安装了 PHP 和 Node.js 的 ASDF。
以上是在 Mageia 9 上安装 ASDF的详细内容。更多信息请关注PHP中文网其他相关文章!