Using virtualenv on Gentoo
When using Python you should always use your package mangager (portage on Gentoo)
to install python software. Other tools like pip install
would interfere with
your system and can damage your local python installation.
But sometimes you need python modules which dont exist or are too old in your distribution …
more ...