-
-
Save stuartcampbell/60da7a870709a24ec47a063784d8d069 to your computer and use it in GitHub Desktop.
Bluesky Startup Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
if [ -z "$BS_ENV" ]; then | |
BS_ENV=collection-17Q2.0 | |
fi | |
source /opt/conda/bin/activate $BS_ENV && ipython --profile=collection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🥇