/pipenv-vscode-boilerplate

A boilerplate for Pipenv and Visual Studio Code

Primary LanguagePythonMIT LicenseMIT

Getting Started

brew install pipenv
pipenv install

Make Project Directory

VERSION=3.8.0
PIPENV_VENV_IN_PROJECT=true pipenv --python=$(pyenv root)/versions/${VERSION}/bin/python install

References