Hello I can't install Python package (https://github.com/douglasmiranda/django-wysiwyg-redactor)
I downloaded it from github and put in a folder home> gamow
(full path to the files of this package : home > gamow > django-wysiwyg-redactor-master)
Console returns an error:
(env)11:42 ~ $ pip install --user django-wysiwyg-redactor
Can not perform a '--user' install. User site-packages are not visible in this virtualenv.
Storing complete log in /home/gamow/.pip/pip.log
(env)11:43 ~ $ pip install --user django-wysiwyg-redactor-master
Can not perform a '--user' install. User site-packages are not visible in this virtualenv.
Storing complete log in /home/gamow/.pip/pip.log
Where should I put the package to successfully install it.
Maybe I have a bug in other place.
Thanks))
Sorry for my English))