How to launch python Idle from a virtual environment (virtualenv)
Short answer Start the virtual environment Run python -m idlelib.idle From this answer. Long answer This answer assumes Python 3. There are a few different virtual environment
Get Price