Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Group
2
29id
Manage
Activity
Members
Labels
Plan
Issues
Epics
Issue boards
Epic boards
Roadmap
Milestones
Iterations
Wiki
Code
Merge requests
Deploy
Package Registry
Operate
Terraform modules
Analyze
Issue analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
29id
Wiki
Python
installing_bluesky_env
Changes
Page history
New page
Templates
Clone repository
Update Python/installing_bluesky_env
authored
2 years ago
by
jmcchesn
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Python/installing_bluesky_env.md
+0
-0
0 additions, 0 deletions
Python/installing_bluesky_env.md
with
0 additions
and
0 deletions
Python/installing_bluesky_env.md
0 → 100644
View page @
ff514902
cd ~/bin
ln -s /APSshare/bin/micromamba ./
date; micromamba create -y -n bluesky_2023_1 -f ~/Downloads/bluesky_2023_1.yml; date
eval "$(micromamba shell hook --shell=bash)"
micromamba activate bluesky_2023_1
$CONDA_PREFIX/bin/ipython
mamba init
This diff is collapsed.
Click to expand it.