Not able to do the fastsetup work on my git bash

mohit@DuKe MINGW64 ~/OneDrive/Desktop/fastsetup (master)
$ ./setup-conda.sh
unknown: msys
unknown: /usr/bin/bash
Downloading installer...
./setup-conda.sh: line 22: DOWNLOAD: unbound variable
(base)

I am getting an issue as soon as I am running setup-conda-sh file

You don’t mention which platform you are on, which really helps tailor advice to your situation.
Seeing MINGW64 indicates its some version of Windows. Presuming Windows 10, use WSL instead of MINGW. Check this out… https://forums.fast.ai/t/live-coding-1

1 Like