pyenv-win / pyenv-win-venv

A CLI to manage virtual envs with pyenv-win
Apache License 2.0
85 stars 8 forks source link

LastExitCode Check Reports Failure When Install Was Actually Successful #27

Closed ryanspletzer closed 5 months ago

ryanspletzer commented 5 months ago
image

I think this is because $LASTEXITCODE is actually $null and not 0:

image

Will submit a PR to check for $null or 0.

arzkar commented 5 months ago

Thanks for the PR. I merge it. I have been quite busy with IRL work and havent been able to review the open issues.

ryanspletzer commented 5 months ago

Glad I could help with a PR. :)