From ef705dcea9dd8ea49a472a3df6d882406c46f0d5 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Tue, 23 Jan 2024 21:59:24 +1100 Subject: [PATCH] conda activate --- docs/source/usage.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 418e22c..54b5f6e 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -11,10 +11,11 @@ Finding your hole executable The first step is to find your HOLE executable. If you have installed HOLE through ``conda-forge``, then you can find the executable path by searching -``which hole``, e.g.: +``which hole``. First ensure that you have activated the correct conda environment: .. code-block:: bash + $ conda activate mdahole2 $ which hole /home/username/miniforge3/envs/mdahole2/bin/hole