I am using Jupyter notebook on anaconda.cloud with kernel
anaconda-2024.02-py310.
When I execute the following in a cell:
!pip install gdown
!gdown 1on54WRa6RCAQwrlpE2mABChNs4mNO2fd
It throws the following error:
Defaulting to user installation because normal site-packages is not writeable
Looking in links: /usr/share/pip-wheels
Requirement already satisfied: gdown in ./.local/lib/python3.10/site-packages (5.2.0)
...
/bin/bash: gdown: command not found
How come the command not found
error is being thrown? Wasn’t it just installed and the log also confirms that?
Could someone help me here? I restarted the kernel from the Kernel
menu, however it doesn’t show any confirmation sort of thing.
I did install gdown
on my MacBook Pro and this command works on my local host:
gdown 1on54WRa6RCAQwrlpE2mABChNs4mNO2fd
(Of course, I have modified the id a bit here on SO).