Skip to content

Instantly share code, notes, and snippets.

View IrfanAkram5's full-sized avatar

Irfan Akram IrfanAkram5

  • UK, Buckinghamshire
View GitHub Profile
@IrfanAkram5
IrfanAkram5 / find_conda_vars.md
Created January 19, 2022 12:50
Find location of conda environment variables

Find those incorrectly set environment variables in conda

Date: 19Jan2022
Author: Irfan Akram

TLDR

The answer is ~/miniconda3/envs/yourEnv/conda-meta/state

This is for linux. I presume something similar may go on in windows. I believe the command conda env config vars set ... is relatively new. The conda docs cover the the older way of first setting up some files to store the system variables.