0
After activating the virtutalenv Pip does not work, I get the following error
wilker@debian:~/Documentos/Git/Curso Django/Blog$ source bin/activate
(Blog) wilker@debian:~/Documentos/Git/Curso Django/Blog$ pip freeze
bash: /home/wilker/Documentos/Git/Curso Django/Blog/bin/pip: "/home/wilker/Documentos/Git/Curso: bad interpreter: Arquivo ou diretório não encontrado
But outside it works normally. I’ve removed Pip,and virtualenv and reinstalled them.
I tried again and got the same mistake.
wilker@debian:~/Documentos/Git/Curso Django$ virtualenv Blog
New python executable in /home/wilker/Documentos/Git/Curso Django/Blog/bin/python
Installing setuptools, pip, wheel...done.
wilker@debian:~/Documentos/Git/Curso Django$ cd Blog/
wilker@debian:~/Documentos/Git/Curso Django/Blog$ source bin/activate
(Blog) wilker@debian:~/Documentos/Git/Curso Django/Blog$ pip
bash: /home/wilker/Documentos/Git/Curso Django/Blog/bin/pip: "/home/wilker/Documentos/Git/Curso: bad interpreter: Arquivo ou diretório não encontrado