Pipenv

Python development workflow tool that combines pip and virtualenv.


Using Pipenv Locally

Ensure the Desktop App is installed, running, and configured for Pipenv.

Connect Desktop App →

Simply use your standard commands - the Desktop App handles authentication automatically:

Download:

pipenv install <package-name>

Or install from Pipfile:

pipenv install

Alternatively: Manual Configuration

Pipenv uses the same pip configuration. Configure pip as shown in the pip documentation →, and Pipenv will automatically use the same settings.


Using Pipenv in CI/CD

Pipenv is fully supported in GitHub Actions workflows configured with JFrog Fly.

Learn how to configure GitHub Actions →


Back to Python →