pghilardi / atom-python-virtualenv

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

Added the current WORKON_HOME to help text. #34

Open jmb opened 6 years ago

jmb commented 6 years ago

Display the automatically detected WORKON_HOME variable in the help text to show what the plugin is using.

When launching Atom from the command line I found that this variable gets set correctly, but doesn't when using the icon (on MacOS). Adding this hint to the plugin's configuration options help text enabled this problem to be found quickly.