This is a Homebrew tap for a formula pyenv-virtualenv-migrate plugin.
pyenv is a Python version manager. Together with the pyenv-virtualenv plugin, it manages Python virtual environments within installed Python versions.
pyenv-virtualenv-migrate is a pyenv plugin that provides a pyenv virtualenv-migrate
command to migrate all virtual environments from one Python version to another.
To migrate virtual environments based on Python 3.8.9
to 3.9.4
,
use pyenv virtualenv-migrate
as follows:
pyenv virtualenv-migrate 3.8.9 3.9.4
To migrate only one particular virtualenv, for example, named my-env
:
pyenv virtualenv-migrate -o my-env 3.8.9 3.9.4
More information can be found at the plugin's homepage.
brew tap bxsx/pyenv-virtualenv-migrate
brew install pyenv-virtualenv-migrate
or just
brew install bxsx/pyenv-virtualenv-migrate/pyenv-virtualenv-migrate
brew update
brew upgrade
For further assistance, refer to brew help
, man brew
or check Homebrew's documentation.
Please report any issues with this formula by creating a new issue.
For issues related to this brew, report them directly to pyenv-virtualenv-migrate.
This project is licensed under the MIT License, which can be found in the LICENSE file.
Copyright © Bart Skowron
Bart Skowron - bxsx - [email protected]