Datalad create SSH remote siblings

On my SSH remote, I have datalad and all dependcies installed via conda. I have a .bashrc to load the conda environment when connecting to the remote.
However, when I am using datalad create-sibling an error occured:

[ERROR  ] git-annex is missing. on the remote system [create_sibling.py:__call__:605] (MissingExternalDependency) 

Is there a way to run certain commands when creating a SSH sibling?

I have resolved it by adding git-annex to .bashrc.
Replying for the record.