Skip to content

Instantly share code, notes, and snippets.

@dym-ok
Created September 1, 2023 12:46
Show Gist options
  • Save dym-ok/53658d2788eab7977f581381a4c3257a to your computer and use it in GitHub Desktop.
Save dym-ok/53658d2788eab7977f581381a4c3257a to your computer and use it in GitHub Desktop.
install a package from private git repo with custom SSH key
GIT_SSH_COMMAND="ssh -i ~/.ssh/my-deploy-key" \
pip install git+ssh://git@github.com/echweb/echweb-utils.git
@dym-ok
Copy link
Author

dym-ok commented Sep 1, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment