From c1cc08a3c931c0f05cfa04b0821971ced97bf17b Mon Sep 17 00:00:00 2001 From: Christine Kim <125395064+chkim-usgs@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:58:34 -0700 Subject: [PATCH] Update csm plugins path in IsisPreferences (#5397) * Update csm plugins path in IsisPreferences * Update changelog * Add trailing slash --- CHANGELOG.md | 3 +++ isis/IsisPreferences | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bc85a2d03..edbd767712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,9 @@ release. ## [Unreleased] +### Added +- Added new csm plugins path to IsisPreferences [#5397](https://github.com/DOI-USGS/ISIS3/pull/5397) + ## [8.1.0] - 2023-12-05 ### Changed diff --git a/isis/IsisPreferences b/isis/IsisPreferences index 26c2b36515..bb84b9a5cf 100644 --- a/isis/IsisPreferences +++ b/isis/IsisPreferences @@ -178,7 +178,8 @@ EndGroup ######################################################## Group = Plugins - CSMDirectory = ("$ISISROOT/lib/isis/csm3.0.3/", - + CSMDirectory = ("$CONDA_PREFIX/lib/csmplugins/", - + "$ISISROOT/lib/isis/csm3.0.3/", - "$ISISROOT/csmlibs/3.0.3/", - "$HOME/.Isis/csm3.0.3/") EndGroup