Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It looks like OpenStudio is using system Ruby (not sure why). Try this.

In your openstudio-standards checkout build the ruby gem.

cd <path-to-openstudio-standards-root>/openstudio-standards
bundle
rake build

Then use system ruby to install the gem

sudo /usr/bin/gem install <path-to-openstudio-standards-root>/openstudio-standards/pkg/openstudio-standards-0.1.0.gem

I did try using --user-install option to avoid sudo, but for some reason that didn't work.

In OpenStudio run "Apply Measure Now" and it just worked.

C:\fakepath\Screen Shot 2016-01-19 at 9.15.09 AM.png

It looks like OpenStudio is using system Ruby (not sure why). Try this.

In your openstudio-standards checkout build the ruby gem.

cd <path-to-openstudio-standards-root>/openstudio-standards
bundle
rake build

Then use system ruby to install the gem

sudo /usr/bin/gem install <path-to-openstudio-standards-root>/openstudio-standards/pkg/openstudio-standards-0.1.0.gem

I did try using --user-install option to avoid sudo, but for some reason that didn't work.

In OpenStudio run "Apply Measure Now" and it just worked.

C:\fakepath\Screen Shot 2016-01-19 at 9.15.09 AM.png

It looks like OpenStudio is using system Ruby (not sure why). Try this.

In your openstudio-standards checkout and build the ruby gem.

cd <path-to-openstudio-standards-root>/openstudio-standards
bundle
rake build

Then use system ruby to install the gem

sudo /usr/bin/gem install <path-to-openstudio-standards-root>/openstudio-standards/pkg/openstudio-standards-0.1.0.gem

I did try using --user-install option to avoid sudo, but for some reason that didn't work.

In OpenStudio run "Apply Measure Now" and it just worked.

It looks like OpenStudio is using system Ruby (not sure why). Try this.

In your openstudio-standards checkout and build the ruby gem.gem:

cd <path-to-openstudio-standards-root>/openstudio-standards
bundle
rake build

Then use system ruby to install the gemgem:

sudo /usr/bin/gem install <path-to-openstudio-standards-root>/openstudio-standards/pkg/openstudio-standards-0.1.0.gem
<path-to-openstudio-standards-root>/openstudio-standards/openstudio-standards-0.1.0.gem

I did try using --user-install option to avoid sudo, but for some reason that didn't work.

In OpenStudio run "Apply Measure Now" and it just worked.