Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtualenv-init break mc (Midnight Commander) subshell #480

Open
12 tasks done
fizista opened this issue Jun 3, 2024 · 0 comments
Open
12 tasks done

virtualenv-init break mc (Midnight Commander) subshell #480

fizista opened this issue Jun 3, 2024 · 0 comments

Comments

@fizista
Copy link

fizista commented Jun 3, 2024

When this plugin is running, the midnight commander shell does not work when you press CTRL+O.

Steps needed to repeat the problem:

  1. 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 -)"

  2. Run bash --rcfile ~/.bash_test_rc --verbose

  3. Run mc

  4. Press CTRL+O

  5. The bash shell should appear, but unfortunately it does not appear.

pyenv-virtualenv-bash-debug.txt

Prerequisite

  • Make sure your problem is not listed in the common build problems.
  • Make sure no duplicated issue has already been reported in the pyenv-virtualenv issues. You should look in closed issues, too.
  • Make sure you are not asking us to help solving your specific issue.
    • GitHub issues is opened mainly for development purposes. If you want to ask someone to help solving your problem, go to some community site like Gitter, StackOverflow, etc.
  • Make sure your problem is not derived from packaging (e.g. Homebrew).
    • Please refer to the package documentation for the installation issues, etc.
  • Make sure your problem is not derived from other plugins.
    • This repository is maintaining the pyenv-virtualenv plugin only. Please refrain from reporting issues of other plugins here.

Description

  • Platform information (e.g. Ubuntu Linux 20.04): Kubuntu 22.04
  • OS architecture (e.g. amd64): amd64
  • pyenv version: 3.8.3
  • pyenv-virtualenv version: 1.2.3
  • Python version: 3.8.3
  • virtualenv version (if installed): 20.0.21
  • Please attach the debug log of a faulty Pyenv invocation as a gist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant