liil'boo
liil'boo
DDeno
Created by liil'boo on 8/11/2023 in #help
Impossible to install Deno on Linux Ubuntu LTS (22.04) x86_64
Hello Context & Tech : Trying to install Deno on Linux Ubuntu LTS v22.04 on x86_64 architecture Problem : when trying to run
deno --version
deno --version
it says : " command 'deno' not found but can be installed with : snap install deno" -> I do not want to install anything with snap I followed the instructions on the official documentation https://deno.land/manual@v1.36.1/getting_started/installation The part -> Using shell (macOs and Linux) the curl command seemed to work. ( The binary appears to be on my computer ) I was prompted by installer to run the following commands to have 'deno' in my PATH variable
export DENO_INSTALL="home/<my name here>/.deno
export PATH="$DENO_INSTALL/bin:$PATH"
export DENO_INSTALL="home/<my name here>/.deno
export PATH="$DENO_INSTALL/bin:$PATH"
I did restart : my shell, my terminal, my session and computer. deno is still not in my path Please tell me where it got wrong
7 replies