Homebrewの更新でPipenv環境が壊れたときの対処
例えば以下のようなエラーが出たとき
$ pipenv run ./manage.py shell
Loading .env environment variables…
dyld: Library not loaded: @executable_path/../.Python
Referenced from: /Users/zenwerk/.virtualenvs/some-project/bin/python
Reason: image not found
/bin/sh: line 1: 10581 Abort trap: 6 pipenv run ./manage.py shell
make: *** [shell] Error 134
Pipfile
があるディレクトリで、以下の手順で環境を作り直す
# 問答無用で既存の環境を消す
$ PIPENV_IGNORE_VIRTUALENVS=1 pipenv --rm
# pipenv 環境を作り直す
$ pipenv sync
Creating a virtualenv for this project…
Pipfile: /Users/zenwerk/src/some-project/Pipfile
Using /usr/local/Cellar/pipenv/2018.11.26_2/libexec/bin/python3.7 (3.7.5) to create virtualenv…
⠏ Creating virtual environment...Already using interpreter /usr/local/Cellar/pipenv/2018.11.26_2/libexec/bin/python3.7
# 依存関係の再インストール
$ pipenv install --dev
Author And Source
この問題について(Homebrewの更新でPipenv環境が壊れたときの対処), 我々は、より多くの情報をここで見つけました https://qiita.com/zenwerk/items/2c13a8697a1cfa43cfe7著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .