maint: Cancel activation script removal (#3946)

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Hind-M <70631848+Hind-M@users.noreply.github.com>
This commit is contained in:
Julien Jerphanion 2025-06-05 09:58:21 +02:00 committed by GitHub
parent c70d46375d
commit 0d3758dee8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
echo "WARNING: @CMAKE_INSTALL_PREFIX@/etc/profile.d/mamba.sh (the file emitting this warning) is deprecated."
echo "WARNING: This file will be removed on the next release after 30th September 2025."
echo "WARNING: Please use 'mamba shell init' to get the correct initialization for your shell."
if [ -z "${MAMBA_ROOT_PREFIX}" ]; then
if [ ! -v MAMBA_ROOT_PREFIX ]; then
echo "WARNING: The MAMBA_ROOT_PREFIX environment variable is not set."
echo "WARNING: This is required for mamba to work correctly as of 2.0."
echo "WARNING: "