–
–
–
–
–
–
Editing PATH manually is one way.
However, this is an alternative solution that might work for some.
Most of the developers these days have
conda
.
conda can install the latest
sed
and make it visible via $PATH
conda install -c conda-forge sed
conda takes care of editing PATH variable
Most believe conda is a package manager for python, but that is not entirely true. I install everything using conda. And it manages environment variables such as
PATH
really well.
https://superuser.com/a/1304148/266871
Thanks for contributing an answer to Stack Overflow!
-
Please be sure to
answer the question
. Provide details and share your research!
But
avoid
…
-
Asking for help, clarification, or responding to other answers.
-
Making statements based on opinion; back them up with references or personal experience.
To learn more, see our
tips on writing great answers
.
site design / logo © 2020 Stack Exchange Inc; user contributions licensed under
cc by-sa 4.0
with
attribution required
.
rev 2020.3.4.36186