.. _instrument.activate_bluesky_conda_environment: Activate the bluesky conda environment -------------------------------------- .. note:: Consider merging with :ref:`reference.create_bluesky_enviroment` .. TODO: instead of dropdown, make a paragraph that references the extra help page If you need to install a bluesky conda environment, see these instruction... See these instructions (link) if you need to create a bluesky conda environment. MAKE SURE THE TITLE names match. Use :ref: anchors. .. raw:: html
How to create a conda environment for bluesky? See here.
To use bluesky, you first need to activate the bluesky conda environment: .. raw:: html
   $ conda activate bluesky_2023_3
   
The prompt changes to display ``(bluesky_2023_3)`` . .. raw:: html
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.