Skip to content
Snippets Groups Projects
Commit d75b450e authored by Nils Brüggemann's avatar Nils Brüggemann Committed by Fraser William Goldsworth
Browse files

act_pyicon_py311.sh: Fixed broken path to conda env.

parent 7deaf924
No related branches found
No related tags found
1 merge request!42Draft: cartopy projections
......@@ -4,11 +4,9 @@ t1=`date +%Y-%m-%d_%H-%M-%S`
# --- conda env settings
# script to working conda environment
path_conda_bin="miniforge3/bin/"
path_conda_bin="/home/m/m300602/miniforge3/bin/"
# name of working conda environment
#conda_env="/home/m/m300602/miniconda3/envs/pyicon_py39"
conda_env="/home/m/m300602/miniforge3/envs/pyicon_py311"
#conda_env="/home/m/m300602/.conda/envs/pyicon_py39_cartopy19"
# --- add pyicon to PYTHONPATH
PYICON_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." >/dev/null 2>&1 && pwd )" #problem: takes directory of source script as base
......@@ -27,9 +25,6 @@ source ${path_conda_bin}/activate ${conda_env}
echo ""
# --- print some information
conda_path=`which conda`
echo "Active conda:"
echo "${conda_path}"
python_path=`which python`
echo "Active python:"
echo "${python_path}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment