pyenv replace conda

  1. Install Pyenv-win with pip

    pip install pyenv-win –upgrade –target $HOME.pyenv

  2. adding pyenv home, bin, shim to path

add ‘PYENV_HOME’ to $HOME.pyenv\pyenv-win\

add $HOME\.pyenv\pyenv-win\bin, $HOME.pyenv\pyenv-win\shims to path

  1. start use pyenv

pyenv rehash