xEska
xEska3w ago

deno on alpine-linux

Hello, I'm trying to install deno on alpine linux installed from helper scripts (bash -c "$(wget -qO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-docker.sh)"), it says it is installed but I can't execute anything with it, any known solutions?
No description
2 Replies
Leokuma
Leokuma3w ago
Try to log out and then log in again If that doesnt work, I guess deno didnt get added to PATH You can either add deno to PATH manually or call the executable with the full path: /root/.deno/bin/deno I just realized you did add to Path. I guess $HOME is not resolving to the right directory. Maybe you should instead add /root/.deno/bin to PATH
xEska
xEskaOP3w ago
I tried executing with full path /root/.deno/bin/deno but it still doesn't work I switched to debian 12 On debian it works flawlessly

Did you find this page helpful?