Skip to content

Instantly share code, notes, and snippets.

View pmody-medis's full-sized avatar

Prerak Mody pmody-medis

View GitHub Profile
@pmody-medis
pmody-medis / multi-conda-installations.md
Created July 28, 2025 16:28
Multi Conda Installations

In your UNix system

# Define the variable
CONDA_PARENT_DIR="/parent/dir/of/miniconda3"

# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$("${CONDA_PARENT_DIR}/miniconda3/bin/conda" 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
 eval "$__conda_setup"
@pmody-medis
pmody-medis / docker.md
Last active June 16, 2025 14:26
Unix Services and Docker
  1. Cleanup cache
  • docker system prune -a