D
Deno
Change Theme
Search Answer Overflow
Login
liil'boo
Posts
Comments
D
Deno
•
Created by liil'boo on 8/11/2023 in
#help
Impossible to install Deno on Linux Ubuntu LTS (22.04) x86_64
Alright, have a nice day
7 replies
D
Deno
•
Created by liil'boo on 8/11/2023 in
#help
Impossible to install Deno on Linux Ubuntu LTS (22.04) x86_64
How do I mark as solved ?
7 replies
D
Deno
•
Created by liil'boo on 8/11/2023 in
#help
Impossible to install Deno on Linux Ubuntu LTS (22.04) x86_64
That was the solution, thank you Here's what I did with your suggestion:
export DENO_INSTALL="$HOME/.deno"
export DENO_INSTALL="$HOME/.deno"
then
export PATH="$DENO_INSTALL/bin:$PATH"
export PATH="$DENO_INSTALL/bin:$PATH"
And then
deno --version
deno --version
worked
7 replies
D
Deno
•
Created by liil'boo on 8/11/2023 in
#help
Impossible to install Deno on Linux Ubuntu LTS (22.04) x86_64
I will try with your suggestion
7 replies