[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EnergyPlus_Support] Running Energy Plus in Ubuntu 10.4 x64,




Hello,
When I'm executing "echo $PATH" i obtain the following output:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
When I'm executing "ls -l/usr/local/" I obtain the following:

total 40
drwxr-xr-x  2 root root 4096 2011-04-24 15:46 bin
drwxr-xr-x  3 root root 4096 2011-04-19 03:45 doc
drwxr-xr-x 11 root root 4096 2011-04-24 15:46 EnergyPlus-6-0-0
drwxr-xr-x  2 root root 4096 2010-04-29 15:17 etc
drwxr-xr-x  2 root root 4096 2010-04-29 15:17 games
drwxr-xr-x  3 root root 4096 2011-04-19 04:51 include
drwxr-xr-x  6 root root 4096 2011-04-19 04:51 lib
lrwxrwxrwx  1 root root    9 2011-04-15 20:12 man -> share/man
drwxr-xr-x  2 root root 4096 2010-04-29 15:17 sbin
drwxr-xr-x 12 root root 4096 2011-04-19 03:45 share
drwxr-xr-x  2 root root 4096 2010-04-29 15:17 src

When I use: "which energyplus", I obtain:
/usr/local/bin/energyplus
In order to install the software I've used a command like:
sudo chmod 777 <http://seteplusv600023-lin-64.sh/>SetEPlusV600023-lin-64.sh - to give all the rights needed
./SetEPlusV600023-lin-64.sh - to install the software
Should I also use sudo ./SetEPlusV600023-lin-64.sh to install the software? I thought that by giving all the access rights by using "sudo chmod 777" will be enough.

Thanks,
Gabi
<http://seteplusv600023-lin-64.sh/>

From: "Jackson, Alan" <ajackson@xxxxxxxxxxxxxxxxx>
To: EnergyPlus_Support@xxxxxxxxxxxxxxx
Sent: Monday, April 25, 2011 8:37 PM
Subject: Re: [EnergyPlus_Support] Running Energy Plus in Ubuntu 10.4 x64,


Can you provide a couple outputs from the terminal. Please enter the following and provide the output

echo $PATH
ls -l /usr/local/
which energyplus

also on a separate note, I donâ??t know why the installer uses /usr/local as the install path. Most installers I believe install to /opt/ now. Also, you did run the installer as SU right? I mean it would not have been able to make the symbolic link if you didnâ??t, but it wasnâ??t clear when you were listing your steps.

Thanks

Alan Jackson, LEED AP
KlingStubbins

From: EnergyPlus_Support@xxxxxxxxxxxxxxx [mailto:EnergyPlus_Support@xxxxxxxxxxxxxxx] On Behalf Of Michael Grant
Sent: Monday, April 25, 2011 10:45 AM
To: EnergyPlus_Support@xxxxxxxxxxxxxxx
Subject: RE: [EnergyPlus_Support] Running Energy Plus in Ubuntu 10.4 x64,



You sure you didnâ??t make a .deb file in that directory?

Michael Grant, MIT
Engineering | Systemair Inc.
(T) 1-506-743-9500
<mailto:Michael.grant@xxxxxxxxxxxxx>michael.grant@xxxxxxxxxxxxx
<http://www.systemair.net/>http://www.systemair.net

From: EnergyPlus_Support@xxxxxxxxxxxxxxx [mailto:EnergyPlus_Support@xxxxxxxxxxxxxxx] On Behalf Of Gabi Fantana
Sent: April-24-11 7:09 PM
To: EnergyPlus_Support@xxxxxxxxxxxxxxx
Subject: Re: [EnergyPlus_Support] Running Energy Plus in Ubuntu 10.4 x64,


Hello,

Yes, I'm running energyplus script from console. After running it it displays the error I've wrote about in my previous post. When I type in console energyplus --help it displays the same error message.

Thank you,
Gabi


From: Linda Lawrie <linda@xxxxxxxxxxxxxx>
To: EnergyPlus_Support@xxxxxxxxxxxxxxx
Sent: Sunday, April 24, 2011 5:41 PM
Subject: Re: [EnergyPlus_Support] Running Energy Plus in Ubuntu 10.4 x64,

Are you using the runenergyplus script to run?