Download Linux on Windows - Step-by-Step Solutions

In summary: Regardless of why you want Linux, it is easy to install Linux inside Windows using Virtual Box. You can follow many videos on YouTube. This is one example. (I didn't watch it fully, but I think he goes over all the necessary details).Resorting to Python is ok, depending on why you were trying to install Linux. In general, Linux tools and programs have much, much better command line interfaces, which makes using them much easier.
  • #36
You might want to create a snapshot once everything is working, that way you can do all the work you need for a class, then completely reset the machine to a vanilla install once you are done with it. I always like to start with a completely fresh machine when doing anything new.
 
Technology news on Phys.org
  • #37
That's also nice idea but I have already installed it so...Kind of late for that.

I tried to do it but I couldnt. Well I can If I try for sure but Idk. Also It says that it only opens terminal but not like the whole linux system.
 
  • #38
fresh_42 said:
... or do you want to emulate Linux under Windows (if this is possible?)?
It must be possible, given that Windows can do anything what the universal Turing machine can.
 
  • #39
kaustubhb said:
Nope, it does not. Python code is highly portable across platforms.

Very true. There are some differences between how the Python interpreter accesses the OS though. For example if you are writing a program to run on multiple machines you need to test for which OS is present and test for the terminal size differently for each OS or just make an assumed default size that is smaller than most terminal windows. Full screen terminals with modern screens can allow some pretty big text (like 20lines at 132characters per line) or lots of text (like 70lines at 200characters per line) depending on the FONT and SIZE the users chooses for the terminal window. Each user can RESIZE the terminal window so testing allows you to left and right justify column positions based on the size of the terminal window. Or position a screen element based on the size of the window.

Hope this helps,
dmac257
 
  • Like
Likes taverner

Similar threads

  • Programming and Computer Science
Replies
1
Views
642
  • Programming and Computer Science
Replies
4
Views
478
  • Programming and Computer Science
Replies
13
Views
2K
  • Programming and Computer Science
Replies
5
Views
1K
  • Programming and Computer Science
Replies
3
Views
1K
  • Programming and Computer Science
Replies
5
Views
494
Replies
3
Views
393
  • Programming and Computer Science
Replies
9
Views
2K
  • Programming and Computer Science
2
Replies
56
Views
8K
Replies
3
Views
1K
Back
Top