dyuri / xontrib-langenv

pyenv integration for xonsh
MIT License
12 stars 3 forks source link

'shell' subcommand doesn't print current version #17

Open eugenesvk opened 1 year ago

eugenesvk commented 1 year ago

pyenv shell is supposed to echo "$PYENV_VERSION" for bash to print the actual version (if the version is defined), but in this plugin nothing is printed

It might be xonsh-related, not specific to this plugin since

dyuri commented 1 year ago

Yep, this seems to be source-bash related, it might need a new flag to show the output, so let's keep this open.