Difference between revisions of "IRODS iCommands installation on Windows"

From SNIC Documentation
Jump to: navigation, search
Line 8: Line 8:
 
     Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
 
     Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
 
   
 
   
  Then, we need to restart our computer when it is asked.
+
  Then, restart your computer when asked.
  
 
2.
 
2.

Revision as of 16:54, 15 January 2021

- something here

1. Windows Subsystem for Linux Installation Guide for Windows 10

How to Install WSL 1:
Open PowerShell (as administrator) and type:

   Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

Then, restart your computer when asked.

2.