UBC-MDS / UBC-MDS.github.io

UBC MDS blog and academic site
https://ubc-mds.github.io
Other
14 stars 37 forks source link

Checking for postgreSQL 12.* not working on my mac #103

Closed ttimbers closed 3 years ago

ttimbers commented 3 years ago

I got a new mac and just went through the install instructions, and when I run the test code bash <(curl -Ss https://raw.githubusercontent.com/UBC-MDS/UBC-MDS.github.io/master/resources_pages/check-setup-mds.sh) I get:

# MDS setup check 1.0.0

If a program or package is marked as MISSING,
this means that you are missing the required version of that program or package.
Either it is not installed at all or the wrong version is installed.
The required version is indicated with a number and an asterisk (*),
e.g. 4.* means that all versions starting with 4 are accepted (4.0.1, 4.2.5, etc).

You can run the following commands to find out which version
of a program or package is installed (if any):

name_of_program --version # For system programs conda list # For Python packages R -q -e "installed.packages()[,c(Package, Version)]" # For R packages


Checking program and package versions...

## Operating system
ProductName:    Mac OS X
ProductVersion: 10.15.7
BuildVersion:   19H2

## System programs
MISSING   postgreSQL 12.*
OK        rstudio 1.4.953
OK        R 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
OK        python 3.8.3
OK        conda 4.9.0
OK        bash 3.2.57(1)-release (x86_64-apple-darwin19)
OK        git 2.24.3 (Apple Git-128)
OK        make 3.81
OK        latex 3.14159265-2.6-1.40.21 (TeX Live 2020)
OK        tlmgr 56566 (2020-10-06 05:40:54 +0200)
OK        docker 19.03.13, build 4484c46d9d
OK        code 1.50.1

## Python packages
OK        jupyterlab=2.2.9
OK        numpy=1.19.2
OK        pandas=1.0.5
OK        flake8=3.8.4
OK        black=19.10b0
OK        nodejs=10.13.0
OK        jupytext=1.6.0
OK        jupyterlab-git=0.22.1
OK        jupyterlab PDF-generation was successful.

## R packages
OK        tidyverse=1.3.0
OK        blogdown=0.21
OK        xaringan=0.18
OK        renv=0.12.0
OK        IRkernel=1.1.1
OK        tinytex=0.26
OK        rmarkdown PDF-generation was successful.

This output and additional configuration details
have been saved to the file /Users/tiffanytimbers/check-setup-mds.log.
You can open this folder in your file browser by typing `open .` (without the surrounding backticks).

However, I did install postgreSQL 12.*:

Screen Shot 2020-10-23 at 10 44 30 PM
ttimbers commented 3 years ago

I guess it's actually postgreSQL 13.*... we should allow for both I guess?

joelostblom commented 3 years ago

We have changed to only postgresql 13 now so closing this.