Skip to content

Instantly share code, notes, and snippets.

@bast
Created August 15, 2019 14:39
Show Gist options
  • Save bast/1cdde8b528c4139ce95a40ebfe5ffa7c to your computer and use it in GitHub Desktop.
Save bast/1cdde8b528c4139ce95a40ebfe5ffa7c to your computer and use it in GitHub Desktop.
Sonar installation on Stallo
#!/usr/bin/env bash
module purge
source /global/work/sonar/python/environment
pyenv shell 3.6.7
python --version
git clone https://github.com/uit-no/sonar.git github-sources
python -m venv venv
source venv/bin/activate
pip install /global/work/sonar/sonar/github-sources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment