pyenv-win / pyenv-win-venv

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

feat:support for python versions less than 3.3 #7

Closed Jerakin closed 6 months ago

Jerakin commented 1 year ago

Not very good at powershell but here is an attempt to add support for older python versions.

Notably we have to install virtualenv within the active python environment if it is older. While that isn't great I don't think there is a way around that.

arzkar commented 1 year ago

Thanks for the PR. I will review it once I get home from work.

arzkar commented 1 year ago

Was doing some testing with Python v2.7.0 and it fails. It looks like pip comes pre-installed with v2.7.9+ only. Python without Pip sounds bizarre to me. It's midnight for me right now, will look into this tomorrow.

arzkar commented 1 year ago

@Jerakin I have merged the other PRs, please pull the changes from the main branch I have already pulled your changes to a new branch for testing, you can reference that. https://github.com/pyenv-win/pyenv-win-venv/tree/issue6_fix