Open
Description
I'm trying to get cabal up and running on a rasberry pi 4. There are definitely some large gaps in my understanding here so this is very likely user error but I'm really struggling to get it working.
I have ghc-8.10.1 installed and I'm trying to run the bootstrap script using:
./bootstrap.py -d linux-8.10.1.json -w /usr/local/bin/ghc
The error I'm getting is:
FileNotFoundError: [Errno 2] No such file or directory: PosixPath('/home/marty/git/cabal/bootstrap/Cabal')
Any help would be massively appreciated!