Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Use pipenv to manage dependencies instead of raw virtualenv? #1

Open
bepzi opened this issue Dec 22, 2018 · 0 comments
Open

Use pipenv to manage dependencies instead of raw virtualenv? #1

bepzi opened this issue Dec 22, 2018 · 0 comments

Comments

@bepzi
Copy link

bepzi commented Dec 22, 2018

Sorry to be that guy who tries to get you to change your preferred programming tools.

pipenv is by the same guy who made the Python Requests library. It's a dependency management and project build tool, in many ways similar to Cargo for Rust.

The main benefit off the top of my head to using pipenv over venv is that getting set up is as simple as pipenv install (think cargo install) and running is as easy as pipenv run python <main.py> (think cargo run), and the run targets can be configured so that pipenv run mytask works without specifying the script file path.

I'd imagine with the custom run task scripting you could define a configuration that automatically runs pylint and mypy for you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant