Last answered:

11 Sept 2023

Posted on:

31 Oct 2022

0

The Github command lines do not work

mkdir -p ~/courses/ai-ml does not work on windows command prompt or anaconda prompt. Is this meant to be run on unix/linux? I look forward to any help you provide.

1 answers ( 0 marked as helpful)
Instructor
Posted on:

11 Sept 2023

0
mkdir -p ~/courses/ai-ml

is a POSIX command and therefore only works inside command line terminals which are POSIX compliant (e.g., bash, sh, zsh) all of which can be installed on Windows using one of either Cygwin or Mingw.

 

Submit an answer