Using IntellijIdea within an existing virtualenv

Viewed 23871

I want to use Intellij Idea within my existing python django project which was built within a virtual environment in ubuntu. How do I configure Intellij Idea to use the libraries of the virtual environment?

2 Answers
Related