When I use SSHOperator to execute the command on the remote server with the user. But it can't use the proper system environment, I think it didn't source the /etc/profile or ~/.bashrc.
This issue is kind of annoying, for example, I have to write the absolute path of the Python interpreter everywhere. Is there any ways to avoid this.