LoginSignup
1
2

More than 5 years have passed since last update.

pyenvインストール

Posted at

必須ライブラリのインストール

Ubuntuの場合


# apt install libssl-dev
# apt install zlib1g-dev

gitからクローン


git clone https://github.com/yyuu/pyenv ~/.pyenv

設定


$ vi .bash_profile

+ export PYENV_ROOT=$HOME/.pyenv
+ export PATH=$PYENV_ROOT/bin:$PATH
+ eval "$(pyenv init -)"
1
2
1

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
1
2