Friday, January 26, 2018

When Python not working properly on Cygwin, use this!

export PATH="C:\Users\Administrator\Anaconda2:$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...