asdf에서 Python 3.9.1 + pipenv 설치

Python 버전 관리를 pyenv에서 asdf로 이사했으므로 Python과 pipenv를 다시 설치할 것입니다.
패키지 관리는 pipenv가 사용하기 쉽기 때문에 계속 사용합니다.

전제



asdf를 이미 도입한 상태를 전제로 합니다.

설치 및 확인



Python 3.9.1을 설치하고 확인합니다.

설치



# プラグインをインストール
asdf plugin-add python

# インストール可能なバージョンの確認
asdf list-all python

# インストール
asdf install python 3.9.1

# 実体の確認
where python
/Users/USERNAME/.asdf/shims/python

asdf which python
/Users/USERNAME/.asdf/installs/python/3.9.1/bin/python

확인 & 글로벌로 설정



# インストールを確認
asdf list python

# グローバルに設定 & shim 再生成
asdf global python 3.9.1
asdf reshim python

# シェルを再起動 / リロード

# バージョンの確認
python -V
Python 3.9.1

안전하게 설치할 수있었습니다 🐈

pipenv



계속해서 pipenv 를 인스톨 하는 경우는 이하입니다.

설치



# pip アップデート
pip install --upgrade pip

# pipenv インストール & shim 再生成
pip install pipenv
asdf reshim python

확인



# バージョンの確認
pipenv --version
pipenv, version 2020.11.15

# 実体の確認
where pipenv
/Users/cray/.asdf/shims/pipenv

asdf which pipenv
/Users/USERNAME/.asdf/installs/python/3.9.1/bin/pipenv


안전하게 설치할 수 있습니다

Source:
htps : // 기주 b. 코 m / 단 hpe r / 아 sdfpy 쵸

좋은 웹페이지 즐겨찾기