This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
CURWD=$(pwd) | |
ENVHOME=scilab | |
sudo apt-get -qq update && | |
sudo apt-get -qq install -y python2.6 python-virtualenv && | |
sudo apt-get -qq install -y libamd2.2.0 libblas3gf libc6 libgcc1 libgfortran3 liblapack3gf libumfpack5.4.0 libstdc++6 build-essential gfortran libatlas-sse2-dev python-all-dev | |
if [ -d ./$ENVHOME ] |