@dobey Thanks for your advice. I've used these two commands:
echo "export PATH=$HOME/.local/bin:$PATH" >> ~/.bashrc export PATH="$HOME/.local/bin:$PATH"Now I execute the terminal command clickable, but it seems, that docker is required:
clickable The command "docker" does not exist on this system, please install it for clickable to work properly"Thus I tried the following command:
sudo apt-get install docker [sudo] password for marc: Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: docker 0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded. Need to get 12,9 kB of archives. After this operation, 45,1 kB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 docker amd64 1.5-1build1 [12,9 kB] Fetched 12,9 kB in 1s (8.761 B/s) Selecting previously unselected package docker. (Reading database ... 178588 files and directories currently installed.) Preparing to unpack .../docker_1.5-1build1_amd64.deb ... Unpacking docker (1.5-1build1) ... Processing triggers for man-db (2.8.3-2ubuntu0.1) ... Setting up docker (1.5-1build1) ...Unfortunately this doesn't help. I get the same error. Any idea?
Edit: Ok, It seems, that sudo apt-get install docke' is not sufficient. I could resulve the issue with sudo apt-get install docker.io.