Closed RyanSamman closed 4 years ago
The point is to change it while it is working, not while it isn't
using any virtual environment shouldn't affect the project as long as you mantain correctly the .gitignore file. You see I could be using whichever virtual environment or not, just directly using the system binaries.
This doesn't affect the end user nor the project. Just your choice of how to install modules for your pythin version
Sorry, was on mobile and mispressed the close button. Didnt mean to do it.
Yes you're right there's not really any reference of virtual environment in our project. So it shouldn't matter which one you use. You don't even need one, if you don't want to!
@RyanSamman . You ok if we close this?
I'll close it for now, not an issue short term but if something changes everything will break
I have heard that PipEnv, combining both pip and venv to have a similar functionality as npm in JavaScript
Another article comparing pipenv and venv