Pipenv
Python development workflow tool that combines pip and virtualenv.
Using Pipenv Locally
With the JFrog Fly Desktop App (Recommended)
Ensure the Desktop App is installed, running, and configured for Pipenv.
Simply use your standard commands - the Desktop App handles authentication automatically:
Download:
pipenv install <package-name>Or install from Pipfile:
pipenv installAlternatively: 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 →