Closed lescx closed 5 months ago
Where is Janet installed? I.e. 'which janet'
$ which janet
/home/luca/.local/bin/janet/bin/janet
$ path | grep janet
/home/luca/.local/bin/janet/bin
Your are trying to use a local install of Janet and a system install of JPM - you don't need sudo. When building and installing Janet, did you try 'make install-jpm-git'? This will put JPM in the right place.
Thank you for pointing this out. Without sudo the same issue occurred. I should have said that I installed Janet using the prebuilt GitHub release. I built Janet from sourcehut - I'm happily using jpm now. :)
Closed because I didn't read the documentation properly.
For future visitors there are some related official docs.
I have been trying to install jpm on my Debian 12 dev machine. I'm a complete Janet noob, so if you need more information, let me know.
Steps to reproduce
sudo janet bootstrap.janet
Expected behaviour
Profit.
build-essential
,make
,gcc
andclang
are installed, if required.