Skip to content

Instantly share code, notes, and snippets.

@rbiswas4
Created April 20, 2018 13:38
Show Gist options
  • Save rbiswas4/1e3ab9169295f004b64dce8b5eb98ef8 to your computer and use it in GitHub Desktop.
Save rbiswas4/1e3ab9169295f004b64dce8b5eb98ef8 to your computer and use it in GitHub Desktop.

Setting up snmachine on hypatia

Here is what I did to get snmachine working on hypatia. There are surely other ways to achieve this, but this is probably how I would want to do it.

Steps

  1. Change $SHELL to /bin/bash. This should work with chsh but I may not have the right permissions, and emailed Ed.
  2. Added the following to initialization file :
module load python/3.6.4
module load compilers/gnu/5.1.0
  1. In the snmachine directory: follow instructions in snmachine README.
  2. In the test directory, run
py.test ../test/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment