1) I installed virtualenv using pip.
2) I virtualenv venv
ran the command 3) Then I ran it source venv/bin/activate, but it says that there is no such file or directory.
When I'm cdin venv/bin, I find 3 things - python, python 2.7 and python 3.5. Does anyone know a problem?
source
share