Executei os comandos da mesma forma do vídeo, porém ao executar o comando pip install -r requirements.txt
, dá o seguinte erro:
(venv-django-todolist) vagrant@ubuntu-bionic:/vagrant/jenkins-todo-list$ pip install -r requirements.txt
Collecting wheel==0.29.0
Using cached wheel-0.29.0-py2.py3-none-any.whl (66 kB)
Collecting Django==2.1.7
Using cached Django-2.1.7-py3-none-any.whl (7.3 MB)
Collecting django-bootstrap-form==3.4
Using cached django-bootstrap-form-3.4.tar.gz (4.4 kB)
**ERROR: Error [Errno 13] Permission denied: '/vagrant/jenkins-todo-list/venv-django-todolist/bin/python' while executing command python setup.py egg_info
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/vagrant/jenkins-todo-list/venv-django-todolist/bin/python'
Consider using the `--user` option or check the permissions.**