Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2012-04-27 11:25:40
Size: 670
Comment:
Revision 4 as of 2021-04-21 09:43:40
Size: 933
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl LcnGroup:read,write,delete,revert All: = THIS PAGE HAS BEEN MOVED TO SHAREPOINT! =
Please refer to this site/make edits here for the most updated information: https://partnershealthcare.sharepoint.com/sites/LCN/SitePages/Krish-Notes.aspx
----
<<BR>>
<<BR>>
<<BR>>

Python configured using
{{{
configure --prefix=/xnat/python/2.7.2
}}}

THIS PAGE HAS BEEN MOVED TO SHAREPOINT!

Please refer to this site/make edits here for the most updated information: https://partnershealthcare.sharepoint.com/sites/LCN/SitePages/Krish-Notes.aspx





Python configured using

configure --prefix=/xnat/python/2.7.2

In birn-gridftp, there is a separate virtualenv for Python 2.7.2

cd /xnat/python/2.7.2
wget https://raw.github.com/pypa/virtualenv/master/virtualenv.py
bin/python virtualenv.py xnatenv

activate xnatenv
source /xnat/python/2.7.2/xnatenv/bin/activate

easy_install

easy_install ipython
easy_install nose

pip install httplib2
pip install lxml
easy_install pyxnat

downloaded numpy 1.6.1 and scipy 0.10

cd numpy-1.6.1/
python setup.py build --fcompiler=gnu95
python setup.py install

cd scipy-0.10.0/
python setup.py build --fcompiler=gnu95
python setup.py install

KrishNotes/BirnGridFTPNotes (last edited 2021-09-22 11:23:59 by DevaniCordero)