gforsyth / xonda

DEPRECATED: (previously a thin wrapper around conda for xonsh)
BSD 3-Clause "New" or "Revised" License
11 stars 9 forks source link

Fix for `conda.install` deprecation #45

Closed gforsyth closed 5 years ago

gforsyth commented 5 years ago

This is ugly, but it will work until we can get the xonsh support in conda fixed upstream.

All that conda.install was being used for was to create the conda symlink in an environment when it's activated for the first time, so that functionality has been forked and simplified (no py2.7 or windows xp support required).

Works locally for me on Arch and OSX.