This is an automated email from the git hooks/post-receive script.

yoh pushed a commit to annotated tag v0.1
in repository python-mne.

commit 480062bff750c8d22cc47dfb45cb68d77538fcfa
Author: Alexandre Gramfort <[email protected]>
Date:   Mon May 23 14:11:45 2011 -0400

    fix in path setup at MGH
---
 doc/source/getting_started_at_martinos.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/source/getting_started_at_martinos.rst 
b/doc/source/getting_started_at_martinos.rst
index d3b6843..9f42b49 100755
--- a/doc/source/getting_started_at_martinos.rst
+++ b/doc/source/getting_started_at_martinos.rst
@@ -6,13 +6,13 @@ Getting Started at the Martinos Center
 You first need to activate the python scientific environment.
 In a terminal do::
 
-    setenv PATH ${PATH}:/usr/pubsw/packages/python/epd/bin
+    setenv PATH /usr/pubsw/packages/python/epd/bin:${PATH}
 
 .. source /usr/pubsw/packages/python/2.6/scientificpython/bin/tcsh_activate
 
 If you use Bash replace the previous instruction with::
 
-    export PATH=${PATH}:/usr/pubsw/packages/python/epd/bin
+    export PATH=/usr/pubsw/packages/python/epd/bin:${PATH}
 
 .. source /usr/pubsw/packages/python/2.6/scientificpython/bin/bash_activate
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/python-mne.git

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to