Skip to content

Commit

Permalink
conda activate
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Jan 23, 2024
1 parent e5da715 commit ef705dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef705dc

Please sign in to comment.