Skip to content

Instantly share code, notes, and snippets.

@Geremie
Created April 17, 2022 21:11
Show Gist options
  • Save Geremie/e678e80d2cfaa82feb97fe3c7f5268f3 to your computer and use it in GitHub Desktop.
Save Geremie/e678e80d2cfaa82feb97fe3c7f5268f3 to your computer and use it in GitHub Desktop.
If you are using Python and Google Cloud Platform, this will Simplify Life for you (Part 2)
# Install the private python package
gcloud composer environments update <your_environment_name> \
--update-pypi-package mypythonlib --location <your_location_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment