SyntaxFix
Write A Post
Hire A Developer
Questions
Install autoenv either by
$ pip install autoenv
(or)
$ brew install autoenv
And then create .env file in your virtualenv project folder
.env
$ echo "source bin/activate" > .env
Now everything works fine.