When this plugin is running, the midnight commander shell does not work when you press CTRL+O.
Steps needed to repeat the problem:
-
Create file .bash_test_rc
export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
-
Run bash --rcfile ~/.bash_test_rc --verbose
-
Run mc
-
Press CTRL+O
-
The bash shell should appear, but unfortunately it does not appear.
pyenv-virtualenv-bash-debug.txt
Prerequisite
Description
When this plugin is running, the midnight commander shell does not work when you press CTRL+O.
Steps needed to repeat the problem:
Create file .bash_test_rc
export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
Run
bash --rcfile ~/.bash_test_rc --verboseRun
mcPress CTRL+O
The bash shell should appear, but unfortunately it does not appear.
pyenv-virtualenv-bash-debug.txt
Prerequisite
pyenv-virtualenvplugin only. Please refrain from reporting issues of other plugins here.Description