-
Notifications
You must be signed in to change notification settings - Fork 12
How to use pipenv (with pyenv)
Sven Eberth edited this page May 6, 2022
·
3 revisions
Install pipenv and pyenv like in these scripts
$ pipenv install
$ pipenv install -e path_to_package
Hint: -e
is the shothand of --editable
.
$ pipenv shell
like the local development sever with the viur-cli:
$ pipenv run viur run
(Excecute viur run
with pipenv)
PIPENV_NO_INHERIT=True pipenv --python 3.9