Skip to content

Releases: pyenv-win/pyenv-win-venv

v0.7.0

02 Jan 08:36
bccbd42
Compare
Choose a tag to compare
Merge pull request #35 from jacquindev/main

Add ability to customize pyenv-win-venv installation location

v0.6.6

30 Apr 10:02
c0beb62
Compare
Choose a tag to compare

v0.6.5

21 Mar 18:37
Compare
Choose a tag to compare

v0.6.4

v0.6

v0.5.3

22 Sep 10:00
e1d11e1
Compare
Choose a tag to compare

Changelog

  • fix: Suppress git output when checking if pyenv-win-venv was git installed (#4)

    Using a redirect to suppress all streams for the update command's installed using git repo check

v0.5.2

v0.5.0

21 Sep 15:07
Compare
Choose a tag to compare

Changelog

  • Added which command can be used to get the full path of an
    executable

  • Added subcommands to the help command so that users can now
    get command specific help by using pyenv-venv help install

v0.4.2

16 Aug 12:43
Compare
Choose a tag to compare

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

15 Aug 18:54
Compare
Choose a tag to compare

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.