In my opinion virtualenvs documentation should be changed, instead of creating a virtual environment named venv, should we be creating a virtual environment with a more explicit name ? something like my_project, if you have multiple projects and ( venv ) appears to the left of the prompt, it will not really tell you much about which environment you are using.
In my opinion virtualenvs documentation should be changed, instead of creating a virtual environment named venv, should we be creating a virtual environment with a more explicit name ? something like my_project, if you have multiple projects and ( venv ) appears to the left of the prompt, it will not really tell you much about which environment you are using.