Scoop: [Request] Add Pipenv

Created on 14 Jan 2019  路  3Comments  路  Source: lukesampson/scoop

https://pipenv.readthedocs.io/en/latest/

Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. Windows is a first-class citizen, in our world.

app request help wanted

All 3 comments

@nitrocode I don't think Pipenv has standalone binary releases so it might be hard to create an app manifest for it. Pipenv is usually installed with:

scoop install python  # If Python is not already installed
pip install pipenv

I would have liked if scoop had a pipenv package. I think the desire is coming from the fact that brew has it and that pipenv itself points to how to install it:

https://github.com/pypa/pipenv/issues/996

@pupeno yes, thank you for mentioning that. That was my original reason and I forgot to state it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

roysubs picture roysubs  路  3Comments

thorstenkampe picture thorstenkampe  路  3Comments

mpro7 picture mpro7  路  3Comments

yetangye picture yetangye  路  3Comments

brunovieira97 picture brunovieira97  路  3Comments