BCDA-APS / bluesky_training

Bluesky training, including instrument package
https://bcda-aps.github.io/bluesky_training/
Other
11 stars 0 forks source link

DOC notes about (new) installation documentation #82

Open prjemian opened 1 year ago

prjemian commented 1 year ago

@rodolakis commented (offline) about these aspects of the new installation documentation:

Here are the brief notes collected from the discussion:

aliases

alias become_bluesky='conda activate ${BLUESKY_ENVIRONMENT} '

alias become_bluesky='source /APSshare/miniconda/x86_64/activate ${BLUESKY_ENVIRONMENT} '

alias become_bluesky='activate_conda ${BLUESKY_ENVIRONMENT} '

command header is too long

Change

(base) user@host:~$

to

$

Unfamiliar bash command(s)

What is head?

Hello, World! example

Don't know why doing each step. Provide reference to explanations (such as %run)

testing.md

In the ophyd section, what is the language of the code example? (bash, but say it).

In the APS Data Management section, the conda install command uses () and this is a problem. Need to investigate why Fanny gets no module named 'dm'. Also note these are bash commands (same as before).

prjemian commented 1 year ago

Per StackExchange:

<pre>
$ <b>wc -l ~/.bash_aliases</b>
135
</pre>

which displays as:

$ wc -l ~/.bash_aliases
135
prjemian commented 1 year ago

investigate why Fanny gets no module named 'dm'.

Comes from this package: https://github.com/BCDA-APS/bluesky_training/blob/b9fc87bf266cd9a8f190da35683d09f56055b544/environment.yml#L36

prjemian commented 5 months ago

@rodolakis : Can we push this to the next milestone?