conda-multi-account-hipergator

Configure conda to discover environments across multiple HiPerGator group storage locations.

3|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/smith6jt-cop/Skills_Registry --skill conda-multi-account-hipergator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conda-multi-account-hipergator
Source: https://github.com/smith6jt-cop/Skills_Registry/tree/main/plugins/general/conda-multi-account-hipergator/skills/conda-multi-account-hipergator
Command: npx skills add https://github.com/smith6jt-cop/Skills_Registry --skill conda-multi-account-hipergator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the setup of conda environments across multiple research group storage allocations.

Core Features & Use Cases

  • Multi-Group Access: Access conda environments from different /blue/group/ directories without manual configuration.

Quick Start

Set up conda to access environments from multiple group storage locations on HiPerGator.

  • Use Case: When you need to use conda environments stored in different research group directories.

Frequently Asked Questions about conda-multi-account-hipergator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access conda environments stored in multiple /blue/group directories on HiPerGator?

Access conda environments across multiple group storage locations by sourcing per-group conda.sh files, then exporting CONDA_ENVS_DIRS and CONDA_PKGS_DIRS to point to each group's paths. This enables conda to discover and activate environments from all configured locations without manual switching.

What's the best way to set up conda for multi-group HPC environments?

Configure conda for multi-group HPC by avoiding conda init conflicts, sourcing group-specific miniforge installations, and setting environment variables to recognize shared paths. This approach allows reliable cross-group environment discovery and activation on HiPerGator systems with multiple storage allocations.

Can I use conda environments from different research group directories on the same HiPerGator system?

Yes, conda can recognize and use environments from different /blue/group directories on HiPerGator by configuring CONDA_ENVS_DIRS and CONDA_PKGS_DIRS variables and managing per-group conda.sh sourcing. This enables seamless multi-group access without reconfiguration between groups.

Why doesn't conda find my environments in other group storage locations?

Conda searches only configured paths by default. On HiPerGator, environments in other /blue/group directories require explicit configuration via CONDA_ENVS_DIRS and CONDA_PKGS_DIRS environment variables and proper sourcing of each group's conda installation to ensure discovery.

Do I need separate conda installations for each research group on HiPerGator?

HiPerGator deployments typically use distinct group-specific miniforge installations. By configuring conda to recognize multiple CONDA_ENVS_DIRS and CONDA_PKGS_DIRS paths, you can access environments across groups without duplicating installations or managing separate conda instances.