Created
April 17, 2022 21:11
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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