PermissionError when creating mkvirtualenv for cuckoo

22 views Asked by At

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

0

There are 0 answers