Releases: pyenv-win/pyenv-win-venv
Releases · pyenv-win/pyenv-win-venv
v0.7.0
Merge pull request #35 from jacquindev/main
Add ability to customize pyenv-win-venv installation location
v0.4.2
Changelog
fix: install command was overwriting the env if it already exists
Added a condition to check if the env already exists and abort the operation accordingly.
v0.4.1
Changelog
Added root
subcommand to the init
command
It can be used to search for the .python-version
file by traversing from the current working directory to the root of the path. It will look for the file in the parent directory of each path.