Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialrobertmills2
Courses Plus Student 14,965 PointsWindows Ten has the ability to run the Ubuntu Bash Console.
If I run Bash on Windows then I should have all that I need correct? I have thought about running a dual boot, because Ubuntu is GREAT! , However adobe Illustrator and Photoshop work on the windows OS. What would be the pros and cons of just using Bash on Windows vs. having a dual boot with Ubuntu? As a side note, Windows will be updating to allow this compatibility without being subscribed to the Windows Inside Member program. This is important if you are looking for stability and security.
2 Answers
Jan Verlaan
6,256 PointsI'm personally using Vagrant (https://www.vagrantup.com/) on my win10 system to configure my virtual machine with a linux development environment. There are many preconfigured dev environment available. Now i'm able to develop on windows with a shared drive and access the webserver on the dev machine with localhost. If a new developer is added to my team, he/she just installs vagrant, i give him my configuration file and his/her development environment is setup exactly the same as mine.
robertmills2
Courses Plus Student 14,965 PointsUbuntu Is great along side Windows, I really appreciate the feedback. As I gain some tech chops all of this starts to matter. Really good stuff, Thanks again.
John Stratton
18,726 PointsThanks for showing Vagrant. I'm already finding it pretty interesting, and it will come in handy in the future I think.
John Stratton
18,726 PointsI'm personally using a virtual machine for Linux on my main desktop, but boot directly into Linux on my laptop. But I have used the Ubuntu bash shell on Windows 10, and you can use tools like Git, NodeJS, and MongoDB through it, so it's definitely an excellent solution for Windows users.
robertmills2
Courses Plus Student 14,965 PointsUbuntu Is great along side Windows, I really appreciate the feedback. As I gain some tech chops all of this starts to matter. Really good stuff, Thanks again.
Ignazio Calo
Courses Plus Student 1,819 PointsIgnazio Calo
Courses Plus Student 1,819 PointsDepends on what you need and it will still be a bash on a windows system so for example all the paths are different... the root is not β/β but βc:β. I would recommend to use virtual box to have a Linux machine running inside your windows. Dual boot is also a good solution but maybe you donβt really need it