-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install python version under a different name #218
Comments
There is a plugin s1341/pyenv-alias (see also #167). With the plugin, you can give a custom name for building version. Please give it a try.
|
This can be solved with using pyenv-alias plugin. |
Unfortunately not anymore: s1341/pyenv-alias#3 (comment) I install the same version on Python on my M1 macbook twice: once with
Is there a new workaround 6 years later with the modern version of pyenv |
@nchepanov I have the same issue. Seems that this plugin does not work any more. |
How about reopen issue, please? |
What I would like is to install multiple copies of the same version of python, with different build options.
My current solution for this is to download the
python-build
script and build withPYTHON_CONFIGURE_OPTS="..." python-build -v 2.7.8 ~/.pyenv/versions/2.7.8-custom1
but what I would rather do is something like
PYTHON_CONFIGURE_OPTS="..." pyenv install 2.7.8 2.7.8-custom1
I think this would most closely match the way virtualenvs are created.
The text was updated successfully, but these errors were encountered: