Pipenv now has a homebrew formula
See original GitHub issueI’ve recently added a formula for Pipenv to homebrew. So on a Mac with homebrew installed, pipenv can be installed via brew install pipenv
I’m mentioning this in case you want to add homebrew as a possible installation method in the pipenv docs alongside Pipsi and Nix.
If you do want to include homebrew in your docs then I’m happy to write a pull request, but someone else might need to come up with the clever heading.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:13
- Comments:12 (11 by maintainers)
Top Results From Across the Web
pipenv — Homebrew Formulae
Python dependency management tool. https://github.com/pypa/pipenv. License: MIT. Formula JSON API: /api/formula/pipenv.json.
Read more >Install pipenv using brew on Python 3.6
How to move back to using pipenv with python3.7 : ... the troubleshooting process brew install pipenv # pipenv should work now pipenv...
Read more >Homebrew-installed Pipenv defaults to Homebrew-created ...
It is a long-standing Homebrew problem around Python formulae. ... It's possible to install Pipenv with Homebrew on MacOS, or with Linuxbrew ...
Read more >Setting up python environment in macOS using Homebrew ...
We will use Homebrew to install Pyenv and Pipenv. If you already have Homebrew, skip the next step. Installing Homebrew. Homebrew is a...
Read more >Packaging a Python CLI tool for Homebrew
I finally figured out how to package Datasette for installation with Homebrew. My package was accepted into Homebrew core, which means you can...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Alright, let’s ship it then! 🚀
Would @richardcooper mind giving collaborator access to his brew repository? I can help maintain it and keep it up to date. I’m fine with an uptick in issues with old versions of pipenv, as long as we’re keeping the brew versions up in pace with pipenv main releases so we can direct them to update.