Diego Vasquez
Rick Lamers
git
in Orchest is actually coming out soon. We’re integrating SSH key and git
identify management in the main settings.Diego Vasquez
bash convenience_install.sh
fail in the code line orchest install
Igor Wiese
Diego Vasquez
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
. Is there a problem in that line?Igor Wiese
Rick Lamers
orchest
executable that should be available when the script runs pip install orchest-cli
.
Are you sure pip
is configured in a way that installed packages are available on the PATH
?
Usually if you run pip install <somepackage>
it will give you a warning if the installed binary is not detected on the current value of $PATH
and will tell you what path to add.Diego Vasquez
Rick Lamers
Diego Vasquez