Provide a minimally reproducible example
- Have Windows 11 with WSL2 setup (Ubuntu 24.04.1 LTS)
- Search for "WSL" which starts "Terminal" or Powershell with command
wsl run
- Run the following commands:
$ sudo apt install python3.12-venv
$ python3 -m venv nb
$ source nb/bin/activate
$ pip install nbdev
$ nbdev_new
nbdev_new: command not found