Dear Frappers,
While setting up frappe in a development environment, I first created a virtual environment manually using python3 -m venv venv1 to run ‘pip install frappe-bench’.
Later, another virtual environment was automatically created within the frappe-bench folder when I ran ‘bench init frappe-bench’.
Can I say that all bench commands use the first virtual environment, while the Python Flask app/Gunicorn uses the second virtual environment?
Which specific functions are utilizing each environment?
Any help would be greatly appreciated.