-1

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?

El Dude
  • 5,328
  • 11
  • 54
  • 101

1 Answers1

0

Yes, it was added in 1.7. I believe the default prior to 1.7 was to include global site packages, so I would recommend just omitting the option.

RjOllos
  • 2,900
  • 1
  • 19
  • 29