Created
December 3, 2016 00:58
-
-
Save kcdragon/d88c2760aed01d54111d50e17517405a to your computer and use it in GitHub Desktop.
Windows RailsInstaller bin/bundle.bat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
IF NOT "%~f0" == "~f0" GOTO :WinNT | |
@"C:\RailsInstaller\Ruby2.2.0\bin\ruby.exe" "C:/RailsInstaller/Ruby2.2.0/bin/bundle" %1 %2 %3 %4 %5 %6 %7 %8 %9 | |
GOTO :EOF | |
:WinNT | |
@"C:\RailsInstaller\Ruby2.2.0\bin\ruby.exe" "%~dpn0" %* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you experience the error
The system cannot find the path specified
after runningbundle install
, this can replace the contents ofC:\RailsInstaller\Ruby2.2.0\bin\bundle.bat
.