Skip to content

Instantly share code, notes, and snippets.

@stuartcampbell
Last active May 8, 2017 00:30
Show Gist options
  • Save stuartcampbell/60da7a870709a24ec47a063784d8d069 to your computer and use it in GitHub Desktop.
Save stuartcampbell/60da7a870709a24ec47a063784d8d069 to your computer and use it in GitHub Desktop.
Bluesky Startup Script
#! /bin/bash
if [ -z "$BS_ENV" ]; then
BS_ENV=collection-17Q2.0
fi
source /opt/conda/bin/activate $BS_ENV && ipython --profile=collection
Copy link

ghost commented May 8, 2017

🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment