You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the problem that I have:
I uninstalled previous RailsInstaller on windows, and download and installed the new version (so I can upgrade to Rails 5).
After install, I open the Command Prompt with Ruby and Rails as ususal, and run bundle install, the system tells me it can't find it. As I notice, it should be the problem in setup_environment.bat
Here the chinese simply tells that it can't find the path
I take look at the setup_environment.bat, I think the problem might be this line
SET PATH=%RUBY_DIR%\bin;%RUBY_DIR%\lib\ruby\gems\1.9.1\bin;%ROOT_DIR%\DevKit\bin;%PATH%
Hi!
I've downloaded it as well and it I had the same kind of errors (for rails.bat and bundle.bat) solved thanks to #72 and #70.
But I'm wondering, if there's a way to correct that so we don't run into issue #70 and #72 when installing it. Like here, the version 1.9.1 should not be hardcoded.
Here is the problem that I have:
I uninstalled previous RailsInstaller on windows, and download and installed the new version (so I can upgrade to Rails 5).
After install, I open the
Command Prompt with Ruby and Rails
as ususal, and runbundle install
, the system tells me it can't find it. As I notice, it should be the problem insetup_environment.bat
Here the chinese simply tells that it can't find the path
I take look at the
setup_environment.bat
, I think the problem might be this lineSET PATH=%RUBY_DIR%\bin;%RUBY_DIR%\lib\ruby\gems\1.9.1\bin;%ROOT_DIR%\DevKit\bin;%PATH%
railsinstaller-windows/resources/railsinstaller/setup_environment.bat
Line 25 in 7082b2d
Since we don't have 1.9.1 and the
bin
at all.The text was updated successfully, but these errors were encountered: