pghilardi / atom-python-virtualenv

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

It's not a bug, feature request.(virtualenv and home dir) #43

Open gpahlevanzadeh opened 5 years ago

gpahlevanzadeh commented 5 years ago

Your plugin uses a home directory as virtualEnv, it uses as static dir. programmers don't want to a plugin decide for them. If you change static to dynamic , you free programmers.

pghilardi commented 4 years ago

Hi @gpahlevanzadeh,

It's possible to add manually directories to load virtualenvs, so you can load from anywhere. Your idea is to be able to change the $HOME folder? You can change the WORKON_HOME on settings too.