Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.55 KB

File metadata and controls

39 lines (31 loc) · 1.55 KB

Environment Definitions

This directory contains the YAML files that define the package requirements (and possibly the acceptable versions) for a conda environment.

YAML files

This directory contains the master source for these YAML files. The repository is: https://github.com/BCDA-APS/bluesky_training/

version file
2024-2 (latest) environment_2024_3.yml
2024-1 environment_2024_2.yml
2024-1 environment_2024_1.yml
2023-3 environment_2023_3.yml
2023-2 environment_2023_2.yml
2023-1 environment_2023_1.yml
2022_3 environment_2022_3.yml
2022_2 environment_2022_2.yml
2022_1 environment_2022_1.yml
2021_2 environment_2021_2.yml
2021_1 environment_2021_1.yml

note: Prior to the 2023-2 version, the master source for these YAML files was a now-archived repository.

Managing environments

First you must activate the conda environment you will use (if not already activated). Such as:

(base) prjemian@zap:~$ conda activate bluesky_2024_2
(bluesky_2024_2) prjemian@zap:~$