0
0

python version 変更

Last updated at Posted at 2024-06-20

#仮想環境からの抜け方(condaなし)

pyenv versions

インストールしてあるpyenvの一覧を表示する。

いきたいバージョンへ移動する

pyenv local 3.7.0

python version 変更

pyenv install -l

インストールできるversionの一覧を表示

pyenv install 3.7.1

インストールしたバージョン指定

pyenv local 3.7
python --version
0
0
0

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
0
0