You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, im new to deno and the first thing i noticed is that it installs under ~/.deno/bin 🤔
This needs a modification of the ~$PATH` variable ofcourse, but why?
XDG Base Directory Specification - 3 Environment variables
User-specific executable files may be stored in $HOME/.local/bin.
Distributions should ensure this directory shows up in the UNIX $PATH environment variable, at an appropriate place.
The above is already done in most distro's, Kubuntu for sure as i use that at moment...
So i suggest to install the CLI as ~/.local/bin/deno, which doesn't need any change to the $PATH.
The below script used to install deno should be changed for this: https://deno.com/
curl -fsSL https://deno.land/install.sh | sh
The text was updated successfully, but these errors were encountered:
Hi, im new to deno and the first thing i noticed is that it installs under
~/.deno/bin
🤔This needs a modification of the ~$PATH` variable ofcourse, but why?
The above is already done in most distro's,
Kubuntu
for sure as i use that at moment...So i suggest to install the CLI as
~/.local/bin/deno
, which doesn't need any change to the$PATH
.The below script used to install
deno
should be changed for this: https://deno.com/curl -fsSL https://deno.land/install.sh | sh
The text was updated successfully, but these errors were encountered: