Skip to content

Instantly share code, notes, and snippets.

@joshwentz
Last active December 26, 2015 22:59
Show Gist options
  • Save joshwentz/7227035 to your computer and use it in GitHub Desktop.
Save joshwentz/7227035 to your computer and use it in GitHub Desktop.
#Open Terminal & move to where you want to install
#Install git: sudo apt-get install git-core
#git clone https://gist.github.com/6214690.git
#cd 7227035/
#sh energyplus8.sh
#Download EnergyPlus
sudo wget http://developer.nrel.gov/downloads/buildings/energyplus/builds/EPlusV800008-lin-64.tar.gz
sudo tar xzf EPlusV800008-lin-64.tar.gz
find EnergyPlus-8-0-0 -type f -perm -o+rx;
#Test Run EnergyPlus
cd EnergyPlus-8-0-0/
./runenergyplus ExampleFiles/BasicsFiles/Exercise1A.idf USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw
@alexvlachokostas
Copy link

Hi Chien,
I had the same problem and I posted the solution on "Unmet Hours":
https://unmethours.com/question/13278/bash-script-and-usrbin-folder-debugging/
Regards,
Alex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment