I would like to use the anaconda-client CLI to access the Anaconda Cloud (specifically, to upload a local package to an Anaconda Organization), but the command is not found:
$ which anaconda #empty
$ anaconda login
anaconda: command not found
But, the client is already installed:
$ conda install anaconda-client
Collecting package metadata (current_repodata.json): done
Solving environment: done
# All requested packages already installed.
I also installed the client with pip, but the command is still not found. What am I missing?
(OS: Linux, Ubuntu 18.04)