pghilardi / atom-python-virtualenv

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

Increase maxdepth for activate file search #41

Closed sprat closed 5 years ago

sprat commented 5 years ago

I increased the maxdepth for the activate file search for compatibility with some other tools. For example, the virtualenvs created by direnv are a bit more nested than expected: they are put in .direnv/python-3.6.8/bin/activate

pghilardi commented 5 years ago

Thanks for the contribution @sprat !

sprat commented 5 years ago

Thanks for the merge and the new release!