Deactivate pyenv in current shell

前端 未结 7 2069
日久生厌
日久生厌 2021-02-13 02:22

My .bashrc has this:

enable-pyenv () {
    # Load pyenv automatically by adding
    # the following to your profile:

    export PATH=\"$HOME/.pyenv/bin:$PATH\"
         


        
7条回答
  •  梦谈多话
    2021-02-13 02:51

    Try pyenv deactivate, to manually deactivate the virtual env.

    Doc here: https://github.com/yyuu/pyenv-virtualenv

提交回复
热议问题