Skip to content
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

Added Miniforge 3 #1782

Merged
merged 3 commits into from Jan 10, 2021
Merged

Added Miniforge 3 #1782

merged 3 commits into from Jan 10, 2021

Conversation

anton-petrov
Copy link
Member

Added latest Miniforge3-4.9.2-5 support for all platforms, including arm64 in macOS for Apple M1, macOS x86_64, Linux x86_64, Linux ppc64le (POWER8/9).

Make sure you have checked all steps below.

Prerequisite

  • Please consider implementing the feature as a hook script or plugin as a first step.
    • pyenv has some powerful support for plugins and hook scripts. Please refer to Authoring plugins for details and try to implement it as a plugin if possible.
  • Please consider contributing the patch upstream to rbenv, since we have borrowed most of the code from that project.
    • We occasionally import the changes from rbenv. In general, you can expect changes made in rbenv will be imported to pyenv too, eventually.
    • Generally speaking, we prefer not to make changes in the core in order to keep compatibility with rbenv.
  • My PR addresses the following pyenv issue (if any)

Description

  • Here are some details about my PR

Tests

  • My PR adds the following unit tests (if any)

Added Miniforge3-4.9.2 support for all platforms, including arm64 in macOS for Apple M1 SoC
Bump version to  4.9.2-5
OS X arm64 will be installed with Python 3.9 only. Other versions bundled with python 3.8. Miniforge does not have as wide a choice of python versions as miniconda.
The Python version is specific only to the base environment.
@gokhan275
Copy link

Leave

@anton-petrov anton-petrov merged commit a7f44c3 into pyenv:master Jan 10, 2021
@bbd-00
Copy link

bbd-00 commented Jan 25, 2021

Looking to get miniforge using pyenv. Is this working at the moment? Should I be seeing it listed when I do pyenv install --list?

@anton-petrov
Copy link
Member Author

Yes, of course.

❯ pyenv install --list | grep miniforge
  miniforge3-4.9.2

@bbd-00
Copy link

bbd-00 commented Jan 29, 2021

@anton-petrov Odd; I do not see it. pyenv install --list | grep miniforge doesn't output anything. I'm running pyenv 1.2.22 by the way.

Maybe it will be available in the next release? I just noticed that 1.2.22 came out roughly at the same time as this PR.

@anton-petrov
Copy link
Member Author

Hi, @baubaid. It depends on how exactly you install pyenv. If you installed pyenv using git or pyenv-installer, you can execute these command: cd ~/.pyenv && git pull to have the latest version. Or, wait for the next release...

P.S.: In any case, you can go to the directory where pyenv was installed and execute the command git pull to update.

@bbd-00
Copy link

bbd-00 commented Jan 31, 2021

Thank you, @anton-petrov ! I actually installed it via Homebrew, so I think I'll just wait for the next release for the time-being.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants