El dj 16 de 11 del 2006 a les 16:07 +0100, en/na Koen van de Sande va escriure: > I've written a guide. It is now in the Wiki: > http://www.pytables.org/moin/UserDocuments/InstallingPyTablesWhenNotRoot > Let me know if you have any remarks on it.
Ei, nice job! Just a couple of remarks: 1.- When installing HDF5, you can just install in your temporary folder by issuing: make install This will create a subfolder called hdf5 hanging from the hdf5-1.6.5 folder. Then you just have to do: mv hdf5 ~/software/ 2.- For installing python packages in your home, you can make use of the --prefix or --home. So: # install in ~/software/lib/python2.X/site-packages/ python setup.py install --prefix=~/software # install in ~/software/lib/python/ python setup.py install --home=~/software That would make installation a bit easier. Cheers! -- Francesc Altet | Be careful about using the following code -- Carabos Coop. V. | I've only proven that it works, www.carabos.com | I haven't tested it. -- Donald Knuth ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
