Can Atom work with Python virtualenvwrapper
In Linux:
Start your virtual environment python.
Launch atom from your python virtual environment.
(EVP) abc $ atom
That's all.
I am the creator of a new package that adds support to virtualenv inside Atom: Atom Python Virtualenv
You can select a virtualenv, create a new one or deactivate, all of this inside Atom.
Feel free to contribute to the project on github.
Have you tried the virtualenv package for Atom?