Windows software installation: Difference between revisions

From 22115
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:
* Instead of installing the Linux version of R and RStudio, you should install the Windows versions:
* Instead of installing the Linux version of R and RStudio, you should install the Windows versions:
** https://posit.co/download/rstudio-desktop/
** 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:
* NOTE: this means you will have to access files on the Linux file system from the Windows file system.
** Your Linux files should be accessible at a file path similar to this: <code>\\wsl$\Ubuntu\home\user\whatever</code>
** 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/
** Also see: https://devblogs.microsoft.com/commandline/whats-new-for-wsl-in-windows-10-version-1903/

Revision as of 11:21, 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