From 8cfa967d74b34aa62fdd4928b1357c0028c5eb5d Mon Sep 17 00:00:00 2001 From: Nick Henderson Date: Wed, 7 Dec 2022 12:56:03 -0800 Subject: [PATCH] add -latest suffix to miniforge3 The auto-resolve feature (#2487) means that pyenv install miniforge3 installs miniforge3-4.10.3-10 and not the exactly named "miniforge3" recipe. Renaming "miniforge3" to "miniforge3-latest" solves this issue allowing users to execute pyenv install miniforge3-latest This is similar to the naming of the current "miniconda3-latest" recipe. --- .../share/python-build/{miniforge3 => miniforge3-latest} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename plugins/python-build/share/python-build/{miniforge3 => miniforge3-latest} (100%) diff --git a/plugins/python-build/share/python-build/miniforge3 b/plugins/python-build/share/python-build/miniforge3-latest similarity index 100% rename from plugins/python-build/share/python-build/miniforge3 rename to plugins/python-build/share/python-build/miniforge3-latest