First time here? Check out the Help page!
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.
2 | No.2 Revision |
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.
3 | No.3 Revision |
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.
4 | No.4 Revision |
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.