From 157b89d0745fb0239eea46254d8bfc5826544a14 Mon Sep 17 00:00:00 2001 From: chloeh13q Date: Thu, 7 Oct 2021 22:56:24 -0700 Subject: [PATCH] Fix bug in Windows systems running with WSL --- data-science-stack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-science-stack b/data-science-stack index 1ef19a0..9520268 100755 --- a/data-science-stack +++ b/data-science-stack @@ -24,7 +24,7 @@ KAGGLE_DOCKER_IMAGE=gcr.io/kaggle-gpu-images/python AWS_DOCKER_IMAGE=amazon/aws-cli WSL=false -_tmp=`uname -a | grep microsoft` +_tmp=`uname -a | grep -i microsoft` if [ ! -z "$_tmp" ] then WSL=true