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

Revision history [back]

If installing it to your %HOMEDRIVE% isn't working, try this: 1. Make an Environment Variable called GEM_PATH with the Value C:\Ruby200-x64\lib\ruby\gems\2.0.0 NOTE this does not point to your Home directory, but your Ruby installation 2. Download the source code or clone the source code using Git. 3. In a command prompt, navigate to the openstudio-standards/openstudio-standards directory of the source code. 4. gem build openstudio-standards.gemspec ENTER to build the gem. 5. gem install openstudio-standards-0.1.4.gem ENTER to install the gem. NOTE: You may get a warning message about the path in this step. Ignore this message.

If installing it to your %HOMEDRIVE% isn't working, try this: 1. this:

  1. Make an Environment Variable called GEM_PATH with the Value C:\Ruby200-x64\lib\ruby\gems\2.0.0 NOTE this does not point to your Home directory, but your Ruby installation 2. installation
  2. Download the source code or clone the source code using Git. 3. Git.
  3. In a command prompt, navigate to the openstudio-standards/openstudio-standards directory of the source code. 4. code.
  4. gem build openstudio-standards.gemspec ENTER to build the gem. 5. gem.
  5. gem install openstudio-standards-0.1.4.gem ENTER to install the gem. NOTE: You may get a warning message about the path in this step. Ignore this message.

If installing it to your %HOMEDRIVE% isn't working, try this:

  1. Make an Environment Variable called GEM_PATH with the Value C:\Ruby200-x64\lib\ruby\gems\2.0.0 C:\Ruby200-x64\lib\ruby\gems\2.0.0

NOTE this does not point to your Home directory, but your Ruby installation

  1. Download the source code or clone the source code using Git.
  2. In a command prompt, navigate to the openstudio-standards/openstudio-standards directory of the source code.
  3. gem build openstudio-standards.gemspec ENTER to build the gem.
  4. gem install openstudio-standards-0.1.4.gem ENTER to install the gem. NOTE: You may get a warning message about the path in this step. Ignore this message.