My bloodhound installation process fails due to virtual-env I installed everything as listed on their page but when I run
virtualenv --system-site-packages bloodhound
I get
virtualenv: error: no such option: --system-site-packages
The virtual-env version on the system is 1.4.9
- is it too old?