wkentaro / gdown

Google Drive Public File Downloader when Curl/Wget Fails
MIT License
4.16k stars 345 forks source link

gdown: command not found #132

Closed alexander-paterson closed 2 years ago

alexander-paterson commented 2 years ago

I have installed gdown via pip install gdown but when I type gdown --help I get the following message

gdown: command not found

abdelmalek13 commented 2 years ago

Yea me too, did you find a solution??

tyronedong commented 2 years ago

same problem

tyronedong commented 2 years ago

I found that gdown was installed on ~/.local/bin/gdown. So I solved this problem by execute "sudo ln -s ~/.local/bin/gdown /usr/bin/gdown".