In my book Python Crash Course 2nd edition it is recommended to put ll_env (venv directory) in .gitignore.
But in my opinion this is a very bad move because I won’t be able to roll back the installation of packages.
Do I need to do it? Why?
In my book Python Crash Course 2nd edition it is recommended to put ll_env (venv directory) in .gitignore.
But in my opinion this is a very bad move because I won’t be able to roll back the installation of packages.
Do I need to do it? Why?