====== pipenv ====== url: https://pipenv.pypa.io/en/latest/ ===== hints ===== * if you create a .venv folder next to the Pipfile, ''%%pipenv%%'' will use that file as the virtual env folder (instead of ~/.local/share/virtualenvs/…) * ''%%pipenv sync%%'' will install the exact versions that are specified in Pipfile.lock