pghilardi / atom-python-virtualenv

Python virtualenv support for Atom
MIT License
16 stars 6 forks source link

Virtual env, activate and run code in venv #27

Closed alfredoxyanez closed 6 years ago

alfredoxyanez commented 6 years ago

In order to activate my environment I do the following command in the terminal: source ~/tflow/bin/activate

if I type which python I get:

/Users/myname/tflow/bin/python

Im having trouble using atom-python-virtualenv to run the python code within this environment.

How can this be done? Ive tried changing the $HOME directory in the settings to multiple paths but nothing seems to work.