I'm on a mac, and I know that any package I install goes to a specific folder in something like /Library/....
Now when I create a virtual environment, will it create a folder structure to store any libs underneath the virtual environment to isolate things?
e.g.
/home/user/mypythonvirtenv
/home/user/mypythonvirtenv/python2.6/....
Does it re-map the python environmental variables temporarily also?