File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
posts/23/0411-DevEnvSetup Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ categories: [dev-setup]
77image : https://github.com/maxfordham/visual-design/blob/main/icons/engineer-icon.png?raw=true
88---
99
10- ::: {.warning}
11- Setting up WSL has certain risks. It requires an Adminstrator password to the machine.
10+ ::: {.callout-warning}
11+ Setting up WSL has certain risks.
12+ It requires an Adminstrator password to the machine for the initial steps highlighted below.
1213:::
1314
1415- [ Introduction] ( #introduction )
@@ -30,15 +31,15 @@ Given that the final resting place of standalone tools is the Linux JupyterHub s
3031we try to make the development environment on the users machine as close to this as
3132it can be.
3233
33- ## Prerequisite
34+ ## Prerequisite (admin required)
3435
3536Hyper-V should already be enabled on your laptop but if you are having issues then follow this article:
3637
3738- https://mashtips.com/enable-virtualization-windows-10/
3839
3940## Installation
4041
41- ### Install Ubuntu on WSL
42+ ### Install Ubuntu on WSL (admin required)
4243
4344``` {danger}
4445couldn't get wsl working on a fresh install.
@@ -161,4 +162,4 @@ Restart WSL for the above changes to take effect.
161162
162163### Install Visual Studio Code
163164
164- [vscode](https://code.visualstudio.com/)
165+ [vscode](https://code.visualstudio.com/)
You can’t perform that action at this time.
0 commit comments