PicoLisp
Install PicoLisp on Windows 10
This article applies to Windows 10 with "Spring 2018 Creators Update" applied.
Follow the next steps to first install WSL (Windows Subsystem for Linux) and then also PicoLisp itself.
Remove old style WSL
Since the "Spring 2018 Creators Update" the way of installing and maintaining WSL has changed. Maybe you'd better remove the old style installation this way:- issue following command as PowerShell admin: lxrun /uninstall
- back-up any files from "rootfs"
- remove "rootfs"
Install WSL using the "Microsoft Store" App
- search in the Store for "Ubuntu"
- install latest Ubuntu version (18.04 as of 20-05-2018)
Bash shell opens during previous step
- you are asked for your User name and Password (twice)
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get dist-upgrade
- sudo apt autoremove
- sudo apt-get update
- sudo apt install PicoLisp
Using PicoLisp
You can find the Ubuntu App when you click on the Windows button. Clicking on it opens a Bash terminal.After that the standard procedures for Linux apply.
GUI
When PicoLisp opens a GUI it serves it as a webpage. In order to see the GUI, just open your browser in Windows itself and point to the right page.https://picolisp.com/wiki/?wsl
20may18 | ArievW |