Skip to content

Commit dae164a

Browse files
committed
Fix environmental variable for framework build problem in help
1 parent 22f6da0 commit dae164a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/user/_sources/help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Common Issues and Solutions
3131

3232
#. 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?
3333

34-
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`.
34+
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`.
3535

3636
#. 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?
3737

docs/user/help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h2>Common Issues and Solutions<a class="headerlink" href="#common-issues-and-so
7575
</li>
7676
<li><p class="first">I&#8217;m trying to run the C-PAC GUI on a Mac with Anaconda, but I am being told that I need a &#8220;Framework build of python&#8221;. What is wrong with Anaconda?</p>
7777
<blockquote>
78-
<div><p>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 <tt class="docutils literal"><span class="pre">export</span> <span class="pre">PYTHONPATH=/home/&lt;your_username&gt;/anaconda</span></tt> to your .bash_profile file (in addition to the FSL and AFNI variables), open a fresh terminal, and type <cite>cpac_gui</cite>.</p>
78+
<div><p>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 <tt class="docutils literal"><span class="pre">export</span> <span class="pre">PYTHONHOME=/home/&lt;your_username&gt;/anaconda</span></tt> to your .bash_profile file (in addition to the FSL and AFNI variables), open a fresh terminal, and type <cite>cpac_gui</cite>.</p>
7979
</div></blockquote>
8080
</li>
8181
<li><p class="first">I&#8217;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?</p>

0 commit comments

Comments
 (0)