I am using Windows 10 Insider built-in with Bash enabled. lsb_release shows Ubuntu 14.04 LTS. So, I was wondering if I can install RoR on Windows 10 and not use other installers. Because they talk about Ubuntu on Windows.
I follow the GoRails Guide from Chris Oliver to install RoR on Ubuntu 14.04 Win10. I tried using both methods with RVM and Rbenv, but in the end I got errors
I also asked Chris to write a guide for this on his website, and he thought it would be a great idea, but his only concern was to open ports from Linux Software to Windows and connect to it.
I'm sure someone will soon find a way to install rails in Windows 10, but for now I want to find out if this is possible or not? If so, what am I doing wrong. Help me fix it. Also, what should I use for this RVM or RBENV. What would be better in this case?
(Note. Please let me know if this looks like two different questions. I will edit it. I donβt even know if this is possible or not. Bug fixes are a later part.)
Here are the rbenv error messages:
$ rbenv install 2.3.0 Downloading ruby-2.3.0.tar.bz2... -> https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.0.tar.bz2 Installing ruby-2.3.0... BUILD FAILED (Ubuntu 14.04 using ruby-build 20160426-12-gf03f7f8) Inspect or clean up the working tree at /tmp/ruby-build.20160513120821.313 Results logged to /tmp/ruby-build.20160513120821.313.log Last 10 log lines: rm -f ../../../.ext/x86_64-linux/io/wait.so *.o *.bak mkmf.log .*.time rm -f Makefile extconf.h conftest.* mkmf.log rm -f core ruby *~ rmdir
RVM Error Messages:
-> https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.0.tar.bz2 Installing ruby-2.3.0... BUILD FAILED (Ubuntu 14.04 using ruby-build 20160426-12-gf03f7f8) Inspect or clean up the working tree at /tmp/ruby-build.20160513120821.313 Results logged to /tmp/ruby-build.20160513120821.313.log Last 10 log lines: rm -f ../../../.ext/x86_64-linux/io/wait.so *.o *.bak mkmf.log .*.time rm -f Makefile extconf.h conftest.* mkmf.log rm -f core ruby *~ rmdir --ignore-fail-on-non-empty -p 2> /dev/null || true cooldudeabhi@ACERASPIRE :~$ rvm install 2.3.0 ruby-2.3.0 -
source share