Reset Windows password
Heisenberg - Digital Alchemist, Software Architect, Automation Specialist and Mechanical Engineer.
Reset Windows password
We can modify the /etc/paths file or we can create a file under /etc/paths.d such as /etc/paths.d/docker
which could contain;
~/.docker/bin
where the docker bin was located at /Users/my_username/.docker/bin
See also [here] for an example of adding JAVA to the System PATH in Linux.
xcode-select --install