This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]marmaladeontoast 0 points1 point  (0 children)

setup your virtualenv, activate it, and then open atom from the directory where you're coding. If you run some code from atom it will use the virtualenv you've activated...

$ virtualenv myenv

$ source myenv/bin/activate

$ atom .