Yes it is installed. I know that much
so you installed rclone on the macos and now you cannot run it.
on linux, i would type which rclone
pi@raspberrypi:~ $ which rclone
/usr/bin/rclone
I get command not found. Follow the instructions on the install page I went through each line
so rclone is not installed, as per that error ccomand not found
this is the correct command to install rclone is from here https://rclone.org/downloads/#script-download-and-install
try to copy and paste it, not re-type it.
curl https://rclone.org/install.sh | sudo bash
the output should look like this, tho rclone is already installed on my device
pi@raspberrypi:~ $ curl https://rclone.org/install.sh | sudo bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4436 100 4436 0 0 7949 0 --:--:-- --:--:-- --:--:-- 7935
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 15 100 15 0 0 31 0 --:--:-- --:--:-- --:--:-- 31
The latest version of rclone rclone v1.54.1 is already installed.
can you copy and paste the text, hard to read a tiny screenshot.
ok at least now we know rclone is installed correctly
on linux i would
pi@raspberrypi:~ $ which rclone
/usr/bin/rclone
curl https://rclone.org/install.sh | sudo bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Pa100 4436 100 4436 0 0 8698 0 --:--:-- --:--:-- --:--:-- 8698
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 15 100 15 0 0 30 0 --:--:-- --:--:-- --:--:-- 30
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 16.8M 100 16.8M 0 0 6590k 0 0:00:02 0:00:02 --:--:-- 6588k
Archive: rclone-current-osx-amd64.zip
creating: tmp_unzip_dir_for_rclone/rclone-v1.54.1-osx-amd64/
inflating: tmp_unzip_dir_for_rclone/rclone-v1.54.1-osx-amd64/git-log.txt [text]
inflating: tmp_unzip_dir_for_rclone/rclone-v1.54.1-osx-amd64/rclone [binary]
inflating: tmp_unzip_dir_for_rclone/rclone-v1.54.1-osx-amd64/rclone.1 [text]
inflating: tmp_unzip_dir_for_rclone/rclone-v1.54.1-osx-amd64/README.html [text]
inflating: tmp_unzip_dir_for_rclone/rclone-v1.54.1-osx-amd64/README.txt [text]
has successfully installed.
Now run "rclone config" for setup. Check https://rclone.org/docs/ for more details.
-sh-3.2$ rclone config
-sh: rclone: command not found
on linux i would
pi@raspberrypi:~ $ which rclone
/usr/bin/rclone
That doesn't work I get nothing. as in a blank terminal line.
it still says rclone is not installed as when I type rclone I get command not found.
what about
pi@raspberrypi:~ $ find -name rclone
./.config/rclone
./rclone
-sh-3.2$ find -name rclone
find: illegal option -- n
on linux, that command would find all files with the name rclone
not sure about macosx.
as a workaround
rclone is a portable app, does not need to be installed
so download https://downloads.rclone.org/v1.54.1/rclone-v1.54.1-osx-amd64.zip
Yes I have downloaded it already. it doesn't do anything but generate
Usage:
rclone [flags]
rclone [command]
Available Commands:
Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
logout
[Process completed]
then you can not type anything
what is the command you type to get that output?
nothing. You open rclone after it unzips. open the file it puts in the applications folder and then thats what you get.
what does that mean, you try to run it on the terminal command line?
no rclone becomes a terminal doc I guess but it is in the applications folder and if you click on it thats what I get
it is a command line app; need to be run on the command line.
cannot run it by clicking on it in a file manager.
Yes but we been through this it says rclone command not found
-sh-3.2$ rclone config
-sh: rclone: command not found
Usage:
rclone [flags]
rclone [command]
Available Commands:
Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
that is the correct output, so that means rclone is running as it should be.