pipenv icon indicating copy to clipboard operation
pipenv copied to clipboard

Interactive Mode For Pipenv

Open itsmeadarsh2008 opened this issue 2 years ago • 3 comments

What if we add an interactive mode to customize virtual environments? Like what npm init does.

### Tasks
- [ ] Selection of a colourful library. e.g `rich` or `colorama`
- [ ] Add `-i` and `--interactive` parameters

itsmeadarsh2008 avatar Jul 16 '23 04:07 itsmeadarsh2008

Both libraries are already included in pipenv. What is exactly the benefit of making our own shell in comparison to using the OS shell? You can customize the venv in many ways already: You can install packages, set the python version, add variables. Can you please explain more on what you want to achieve? Please also link to the relevant docs of npm.

oz123 avatar Jul 23 '23 05:07 oz123

I want a prompt interface to customize the project environment. i.e asks what the name of the project, version, author etc.

itsmeadarsh2008 avatar Jul 25 '23 16:07 itsmeadarsh2008

.I see. What you want is initializing a project with a dialog. That can be done

oz123 avatar Jul 25 '23 17:07 oz123