I moved the venv1 virtual environment's content from a computer into venv2, a virtual environment located in a different computer.
So, on the new computer, when I run cd venv2 and then source bin/activate I noticed this weird behavior on Terminal:
(venv1) me@machine2:~/venv2
I would like to know if someone can explain me why I am not positioned into
(venv2) me@machine2:~/venv2
instead?