Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DOC: Verify RStudio version
  • Loading branch information
pan14001 committed Aug 15, 2016
1 parent 765a5ff commit e9b9322
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -82,6 +82,7 @@ remote$ clush -l root ./cgi-updater-payload.sh
Verify R and biopython versions:

```sh
remote$ clush "R --version | awk 'NR == 1 {print \$3}'"
remote$ clush "pip show biopython | awk '/Version/ {print \$2}'"
remote$ clush -B "R --version | awk 'NR == 1 {print \$3}'"
remote$ clush -B "pip show biopython | awk '/Version/ {print \$2}'"
remote$ clush -B dpkg-query --showformat='\${Version}' --show rstudio
```

0 comments on commit e9b9322

Please sign in to comment.