After activating virtutalenv the 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 of it it works normally. I already removed the pip, and virtualenv and reinstalled them.
I tried again and received the same error.
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