Skip to content
Snippets Groups Projects
Commit db2ec233 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Fix path listed in the documentation for pymultinest installation

parent 1a59a867
No related branches found
No related tags found
1 merge request!270Update to the main body of the documentation (excluding GW-specifics)
Pipeline #37925 passed
......@@ -149,12 +149,13 @@ to place it somewhere, adjust the instructions as such.
$ cmake ..
$ make
Finally, add the libraries to you path. Add this to the `.bashrc` file
Finally, add the libraries to you path. Add this to the `.bashrc` file (
replacing the path where appropriate)
.. code-block:: console
$ export LD_LIBRARY_PATH=$HOME/Downloads/MultiNest/lib:
$ export LD_LIBRARY_PATH=$HOME/MultiNest/lib:
(you'll need to resource your `.bashrc` after this, i.e. run `bash`).
(you'll need to re-source your `.bashrc` after this, i.e. run `bash`).
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