guyuqi commented on pull request #620:
URL: https://github.com/apache/bigtop/pull/620#issuecomment-645197706


   @sekikn 
   Yep, the build and deployment were always triggered under `root`  in my 
scenario.
   But the default directory of `root `is `/usr/local/rvm/scripts/rvm` , 
   otherwise the directory of other `users `is `$HOME/.rvm ` as  shown in 
`https://get.rvm.io`:
   ```
       if
         (( UID == 0 ))
       then
         rvm_user_install_flag=0
         rvm_prefix="/usr/local"
         rvm_path="${rvm_prefix}/rvm"
       else
         rvm_user_install_flag=1
         rvm_prefix="$HOME"
         rvm_path="${rvm_prefix}/.rvm"
       fi
   ```
   Thanks for your comments.
   PR is updated.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to