gforsyth / xonda

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

`base` env missing from tab-completion for environments #40

Closed michaelaye closed 5 years ago

michaelaye commented 5 years ago

See screenshot:

screenshot 2018-10-15 12 50 45

gforsyth commented 5 years ago

ahh, yeah, so there's another implicit assumption that the "base" env is the default, so you get it by running conda deactivate, but we can add it to the list

michaelaye commented 5 years ago

That's not necessarily true, because in my case, I launch xonsh from a fish, where my conda default env is py37:

(py37) klay6683@MacL2938 ~/Dropbox/src $ conda deactivate
klay6683@MacL2938 ~/Dropbox/src $ which ipython
/Users/klay6683/miniconda3/envs/py37/bin/ipython
klay6683@MacL2938 ~/Dropbox/src $
gforsyth commented 5 years ago

Yeah, this is missing functionality. I'll try to add it in later this week.