I am trying to setup Venv for cuckoo sandbox but when I run this command
$ mkvirtualenv -p python2.7 cuckoo-test
i get that error PS: I am using Ubuntu 18.04.4enter image description here
i tried to setup another venv folder i get same error using
$mkvirtualenv name
any ideas how to fix