Created
September 3, 2020 05:26
-
-
Save shinwachi/5db30bbf50327a51b8b1d4aef67cf0b1 to your computer and use it in GitHub Desktop.
dagster intallation
This file contains hidden or 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
| wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh # --no-check-certificate (don't do this if you can help it) | |
| chmod +x Miniconda3-latest-Linux-x86_64.sh | |
| ./Miniconda3-latest-Linux-x86_64.sh -b | |
| conda config --set ssl_verify no | |
| conda install dagster dagit -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment