Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[YSQL] get_clients.sh script for downloading shell clients returns errors #13923

Open
ddhodge opened this issue Sep 8, 2022 · 0 comments
Open
Labels
kind/bug This issue is a bug priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage

Comments

@ddhodge
Copy link
Contributor

ddhodge commented Sep 8, 2022

Jira Link: DB-3419

Description

Running get_clients.sh script (macOS Monterey) using either wget or curl gives error “bash: line 24: realpath: command not found”

 % curl -sSL https://downloads.yugabyte.com/get_clients.sh | bash

ysqlsh is at "yugabyte-client-2.6/bin/ysqlsh" ... 
ycqlsh is at "yugabyte-client-2.6/bin/ycqlsh"

You may want to run
bash: line 23: realpath: command not found
 sudo ln -s "" /usr/local/bin/ysqlsh

bash: line 24: realpath: command not found
 sudo ln -s "" /usr/local/bin/ycqlsh
@ddhodge ddhodge added area/ysql Yugabyte SQL (YSQL) status/awaiting-triage Issue awaiting triage labels Sep 8, 2022
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Sep 8, 2022
@yugabyte-ci yugabyte-ci removed the area/ysql Yugabyte SQL (YSQL) label Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This issue is a bug priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage
Projects
None yet
Development

No branches or pull requests

2 participants