Skip to content

Getting Started with EasyData Environments

Amy Wooding edited this page Dec 31, 2022 · 25 revisions

Let's say that you want to use EasyData to manage your environments reproducibly. Here's a tutorial outlining how you can get up and running managing your environments this way. Here are the lessons that we'll cover.

  1. Create your repo (also called a project) based on an EasyData project template
    • Create a project using an EasyData cookie cutter template
    • Initialize your project as a git repo
  2. Explore the default settings
    • Explore the default conda environment
    • Explore the default paths
  3. Customize your conda environment
    • Updating the environment
    • Checking your updates back into the project repo
    • Deleting and recreating the environment
  4. Customize your local settings (things you shouldn't check in to a repo)
    • Customize your local paths configuration
    • Customize your environment variables
    • Customizing your local config to include credentials

Clone this wiki locally