Diego Vasquez
06/14/2022, 4:16 PMRick Lamers
git
in Orchest is actually coming out soon. We’re integrating SSH key and git
identify management in the main settings.Diego Vasquez
06/14/2022, 5:43 PMorchest install
Igor Wiese
06/14/2022, 5:56 PMDiego Vasquez
06/14/2022, 5:56 PMsudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
. Is there a problem in that line?Igor Wiese
06/14/2022, 6:06 PMRick 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
06/14/2022, 9:28 PMRick Lamers
Diego Vasquez
06/14/2022, 10:39 PM