Macにpyenvをインストールする IT by NHM - 2021-02-152021-02-15 gitからインストールする。 git clone https://github.com/pyenv/pyenv.git ~/.pyenv cd ~/.pyenv && src/configure && make -C src 設定をプロファイルに追記する。 vi ./.bash_profile eval "$(pyenv init -)" export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" Share on Facebook Share Share on TwitterTweet Share on Pinterest Share Share on LinkedIn Share Share on Digg Share Tags: pyenv