Activate the bluesky conda environment#

Note

Consider merging with Create bluesky environment

How to create a conda environment for bluesky? See here.

To use bluesky, you first need to activate the bluesky conda environment:

$ conda activate bluesky_2023_3

The prompt changes to display (bluesky_2023_3) .

How to create an alias to activate the bluesky environment? See here.

This activation will remain in effect for the duration of the session (i.e. as long as the terminal stays open), unless you activate a different environment or deactivate it using the conda deactivate command.