From 9a694ef65dea019489923082bbb5f41e39f9165e Mon Sep 17 00:00:00 2001 From: John Gunstone Date: Mon, 8 Sep 2025 11:46:45 +0100 Subject: [PATCH] Update index.qmd with note about admin requirements --- posts/23/0411-DevEnvSetup/index.qmd | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/posts/23/0411-DevEnvSetup/index.qmd b/posts/23/0411-DevEnvSetup/index.qmd index 3887434..4ded2a1 100644 --- a/posts/23/0411-DevEnvSetup/index.qmd +++ b/posts/23/0411-DevEnvSetup/index.qmd @@ -7,8 +7,9 @@ categories: [dev-setup] image: https://github.com/maxfordham/visual-design/blob/main/icons/engineer-icon.png?raw=true --- -::: {.warning} -Setting up WSL has certain risks. It requires an Adminstrator password to the machine. +::: {.callout-warning} +Setting up WSL has certain risks. +It requires an Adminstrator password to the machine for the initial steps highlighted below. ::: - [Introduction](#introduction) @@ -30,7 +31,7 @@ Given that the final resting place of standalone tools is the Linux JupyterHub s we try to make the development environment on the users machine as close to this as it can be. -## Prerequisite +## Prerequisite (admin required) Hyper-V should already be enabled on your laptop but if you are having issues then follow this article: @@ -38,7 +39,7 @@ Hyper-V should already be enabled on your laptop but if you are having issues th ## Installation -### Install Ubuntu on WSL +### Install Ubuntu on WSL (admin required) ```{danger} couldn't get wsl working on a fresh install. @@ -161,4 +162,4 @@ Restart WSL for the above changes to take effect. ### Install Visual Studio Code -[vscode](https://code.visualstudio.com/) \ No newline at end of file +[vscode](https://code.visualstudio.com/)