Vagrant & Virtualenv

So is Vagrant is a virtual machine that you use. Virtualenv creates an environment that you can install using pip so that your project doesn't affect other projects that may have other pip installed items. My question is how come after I made my virtualenv, I can't find nor access it anymore? Is it supposed to be a physical directory? How do i know that it still exists? I ran source ~/blog-venv/bin/activate later on and it said that ~/blog-venv did not exist. Is this supposed to happen?

This seemed to also affect my .rsa keygen, since somehow later when I committed again, it said I reverted back to a different user.

Sorry You must be a logged in, registered user to answer a question.