Monday, April 2, 2018

Run R scripts from Cygwin command line

export PATH="C:\Program Files\R\R-3.4.2\bin:$PATH"

No comments:

Post a Comment

Any comments?

my-alpine and docker-compose.yml

 ``` version: '1' services:     man:       build: .       image: my-alpine:latest   ```  Dockerfile: ``` FROM alpine:latest ENV PYTH...