lets say i created a virtualenv called venv (virtualenv venv)
From reading tutorials, i read there are 2 ways to activate virtual env:
. venv/
The . command is essentially an alias for the source. They both execute a given script in the current shell without forking a new shell.
.
source
Here are some nice examples.