Skip to content

Commit

Permalink
Emphasize adding RMG-Py to the PYTHONPATH.
Browse files Browse the repository at this point in the history
Otherwise the PyCall step installs it via conda!
(Or at least I *think* this is why that happened)
  • Loading branch information
rwest committed May 17, 2023
1 parent 648a3cc commit 73c18e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
make

#. Modify environment variables. Add RMG-Py to the PYTHONPATH to ensure that you can access RMG modules from any folder.
*This is important before the next step in which julia dependencies are installed.*
Also, add your RMG-Py folder to PATH to launch ``rmg.py`` from any folder.

In general, these commands should be placed in the appropriate shell initialization file.
Expand Down

0 comments on commit 73c18e4

Please sign in to comment.