Deactivate pyenv in current shell

前端 未结 7 2072
日久生厌
日久生厌 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

    None of the posted answers worked for me but the following did:

    $ echo "" > /home/myusername/.pyenv/version
    

提交回复
热议问题