Instantly share code, notes, and snippets.
virtualenv --no-site-packages --distribute -p `which python3` <env_name>
or simply
pyvenv <env_name>