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 30e0ee178346dae6cd9b51909104c4c07b6b1f96 Author: Alexandre Gramfort <[email protected]> Date: Tue Apr 26 11:23:08 2011 -0400 new setup instructions for martinos --- doc/source/getting_started_at_martinos.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/source/getting_started_at_martinos.rst b/doc/source/getting_started_at_martinos.rst index 91cfdb3..c0ee569 100755 --- a/doc/source/getting_started_at_martinos.rst +++ b/doc/source/getting_started_at_martinos.rst @@ -6,11 +6,13 @@ Getting Started at the Martinos Center You first need to activate the python scientific environment. In a terminal do: - source /usr/pubsw/packages/python/2.6/scientificpython/bin/tcsh_activate + .. source /usr/pubsw/packages/python/2.6/scientificpython/bin/tcsh_activate + setenv PATH ${PATH}:/usr/pubsw/packages/python/epd/bin If you use Bash replace the previous instruction with: - source /usr/pubsw/packages/python/2.6/scientificpython/bin/bash_activate + .. source /usr/pubsw/packages/python/2.6/scientificpython/bin/bash_activate + export PATH=${PATH}:/usr/pubsw/packages/python/epd/bin Then start the python interpreter with: -- 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
