diff --git a/docs/user/_sources/help.txt b/docs/user/_sources/help.txt
index e3e3f0243..bb401257a 100644
--- a/docs/user/_sources/help.txt
+++ b/docs/user/_sources/help.txt
@@ -31,7 +31,7 @@ Common Issues and Solutions
#. I'm trying to run the C-PAC GUI on a Mac with Anaconda, but I am being told that I need a "Framework build of python". What is wrong with Anaconda?
- Good news: nothing is wrong with Anaconda! This error comes up because wx (the framework the C-PAC GUI is based upon) does not play well with Anaconda sometimes, but there is a fix. Specifically, you must set your PYTHONPATH variable to point to your Anaconda environment. To do this, add ``export PYTHONPATH=/home/Common Issues and SolutionsI’m trying to run the C-PAC GUI on a Mac with Anaconda, but I am being told that I need a “Framework build of python”. What is wrong with Anaconda?
-Good news: nothing is wrong with Anaconda! This error comes up because wx (the framework the C-PAC GUI is based upon) does not play well with Anaconda sometimes, but there is a fix. Specifically, you must set your PYTHONPATH variable to point to your Anaconda environment. To do this, add export PYTHONPATH=/home/<your_username>/anaconda to your .bash_profile file (in addition to the FSL and AFNI variables), open a fresh terminal, and type cpac_gui.
+Good news: nothing is wrong with Anaconda! This error comes up because wx (the framework the C-PAC GUI is based upon) does not play well with Anaconda sometimes, but there is a fix. Specifically, you must set your PYTHONPATH variable to point to your Anaconda environment. To do this, add export PYTHONHOME=/home/<your_username>/anaconda to your .bash_profile file (in addition to the FSL and AFNI variables), open a fresh terminal, and type cpac_gui.
I’m re-running a pipeline, but I am receiving many crashes. Most of these crashes tell me that a file that has been moved or no longer exists is being used as an input for a step in the C-PAC pipeline. What is going on and how can I tell C-PAC to use the correct inputs?