Skip to content

Instantly share code, notes, and snippets.

@shinwachi
Created September 3, 2020 05:26
Show Gist options
  • Select an option

  • Save shinwachi/5db30bbf50327a51b8b1d4aef67cf0b1 to your computer and use it in GitHub Desktop.

Select an option

Save shinwachi/5db30bbf50327a51b8b1d4aef67cf0b1 to your computer and use it in GitHub Desktop.
dagster intallation
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