Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions posts/23/0411-DevEnvSetup/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -30,15 +31,15 @@ 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:

- https://mashtips.com/enable-virtualization-windows-10/

## Installation

### Install Ubuntu on WSL
### Install Ubuntu on WSL (admin required)

```{danger}
couldn't get wsl working on a fresh install.
Expand Down Expand Up @@ -161,4 +162,4 @@ Restart WSL for the above changes to take effect.

### Install Visual Studio Code

[vscode](https://code.visualstudio.com/)
[vscode](https://code.visualstudio.com/)
Loading