Pycharm is my favorite python IDE . One of the reason is because I can select which virtual environment I want to use easily. You can download it from here, https://www.jetbrains.com/pycharm/download/. I am using Community version. To select you virtual environment , go to File > Settings Project > Project Interpreter > Select 'Show All' Choose you python.exe file in your virtual environment. Check my post on How to Create Virtual Environment if you don't know how to get it. Done.