gforsyth / xonda

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

Remove $SHELL from `symlink_conda` call #14

Closed gforsyth closed 7 years ago

gforsyth commented 7 years ago

$SHELL should return the users default shell, which might not be xonsh, so this shouldn't be in there anyway. In any case, it seems like the shell= kwarg is only used on Windows and even there I don't know if it's required.

If it turns out to be an issue for windows users, I'm sure they'll let me know.