Windows software installation: Difference between revisions

From 22115
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
* One common issue is that you need to enable "Virtual Machine Platform" on Windows. Check the linked Powerpoint presentation for more details on how to do that:  
* One common issue is that you need to enable "Virtual Machine Platform" on Windows. Check the linked Powerpoint presentation for more details on how to do that:  
** [https://teaching.healthtech.dtu.dk/material/22118/22118_01-WSL2Install.ppt Guide for WSL2 and Linux (Peter Wad Sackett)]
** [https://teaching.healthtech.dtu.dk/material/22118/22118_01-WSL2Install.ppt Guide for WSL2 and Linux (Peter Wad Sackett)]
== R + RStudio: install version for Windows instead of Linux ==
* Instead of installing the Linux version of R and RStudio, you should install the Windows versions:
** https://posit.co/download/rstudio-desktop/
* NOTE: this means you will have to access files on the Linux file system from the Windows file system. More info:
** Your Linux files should be accessible at a file path similar to this: <code>\\wsl$\Ubuntu\home\user\whatever</code>
** Also see: https://devblogs.microsoft.com/commandline/whats-new-for-wsl-in-windows-10-version-1903/


== Install Linux Software ==
== Install Linux Software ==
Line 14: Line 22:
* Follow instructions for Linux:
* Follow instructions for Linux:
** [[Linux software installation]]
** [[Linux software installation]]
== R + RStudio: consider running Windows version instead of Linux version ==
* Instead of installing the Linux version of R and RStudio, you can install Windows versions:
** https://posit.co/download/rstudio-desktop/
* NOTE: if you use this approach, you will have to access files on the Linux file system from the Windows file system.
** This is mentioned in the youtube video linked above - go back and check that part.
** More info: https://learn.microsoft.com/en-us/windows/wsl/filesystems

Revision as of 11:20, 11 February 2026

These are instructions for how to install software and data used on the course Computational Molecular Evolution (22115) when using the Windows operating system.

Install Windows Subsystem for Linux + Ubuntu

  • Follow this youtube guide to install WSL2 (Windows Subsystem for Linux 2) and the Ubuntu Linux distribution.
  • One common issue is that you need to enable "Virtual Machine Platform" on Windows. Check the linked Powerpoint presentation for more details on how to do that:

R + RStudio: install version for Windows instead of Linux

Install Linux Software