public:user_software:losot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
public:user_software:losot [2015-03-11 11:13] Andreas Hornefferpublic:user_software:losot [2015-03-11 11:15] Andreas Horneffer
Line 1: Line 1:
 ====== Installing Losoto in a Virtual environment  ====== ====== Installing Losoto in a Virtual environment  ======
-  * Tested/installed on ubuntu 14.04+  * Tested/installed on flits (@ ASTRON) and generic ubuntu 14.04
 <code> <code>
 # install the following packtes (with apt-get, aptitude or so): # install the following packtes (with apt-get, aptitude or so):
-python-virtualenv+python-virtualenv libhdf5-serial-1.8.4 libhdf5-serial-dev
  
 # First create a virtual environment # First create a virtual environment
Line 9: Line 9:
 # Enter the environment with the following command # Enter the environment with the following command
 source losoto/bin/activate source losoto/bin/activate
 +#re-install a number of packages
 pip install numpy pip install numpy
 pip install numexpr pip install numexpr
 pip install cython pip install cython
-Download HDF5 and untar it+#Download HDF5 and untar it
 ./configure --prefix=/home/user/bin/hdf5; make; make install ./configure --prefix=/home/user/bin/hdf5; make; make install
 export LD_LIBRARY_PATH="/home/user/bin/hdf5/lib" and HDF5_DIR="/home/user/bin/hdf5" export LD_LIBRARY_PATH="/home/user/bin/hdf5/lib" and HDF5_DIR="/home/user/bin/hdf5"
  • Last modified: 2017-03-08 15:27
  • by 127.0.0.1