Skip to content

Instantly share code, notes, and snippets.

@deusse
deusse / libv8
Created July 28, 2012 13:55
Install libv8 and therubyracer on windows
1. You can find the PATH variable in Windows in Control Panel -> System -> Advanced System Configuration -> Environment Variables.
My PATH variable is: C:\Ruby192\bin;C:\Python27
In a Command Prompt with Ruby, you can set the variable for that console using the command
SET PATH=C:\Ruby192\bin;C:\Python27
You can check the values using the command