Join the conversation

my issue was Incorrect Path Formatting in cygpath
my conda.sh
export CONDA_EXE="$(cygpath 'C:/Users/JavedBajwha/miniconda3Scriptsconda.exe')"
export CONDA_PYTHON_EXE="$(cygpath 'C:/Users/JavedBajwha/miniconda3python.exe')"to fix the issue I did the following
in the conda.sh file.
conda.sh full path = C:Usersyour-user-nameminiconda3etcprofile.d
note : please change the user name with your actual windows username.
and make the following changes.export CONDA_EXE="$(cygpath 'C:/Users/JavedBajwha/miniconda3/Scripts/conda.exe')"
export CONDA_PYTHON_EXE="$(cygpath 'C:/Users/JavedBajwha/miniconda3/python.exe')"
Reply

Working
Reply

sir environments to arhe hn lkn base lkha nhi arha
Reply