tidal-bootstrap icon indicating copy to clipboard operation
tidal-bootstrap copied to clipboard

Quick installation of TidalCycles programming environment

Results 8 tidal-bootstrap issues
Sort by recently updated
recently updated
newest added

* case for mac users: not all have `.bashrc`, I personally have `.profile` instead, added redundancy to that step by checking for startup files in order by which bash searches...

Two things to call out: 1. The directory structure in the SC3 plugins ZIP changed slightly, necessitating a little extra work to recreate the expected `/Extensions/SC3Plugins` structure on completion. 2....

The currently installed version of sc-plugins (v3.11.1) does not include Apple Silicon support. The more recent v3.13.0 does include support. I'll open a PR to update the installed version.

I use fish as my default shell and the bootstrap script does not set the path or Haskell environment I note this comment: https://github.com/tidalcycles/tidal-bootstrap/blob/01c0c60ba22059dbf58988f57a009fe513af7cb2/tidal-bootstrap.command#L65 I think something needs to be...

https://github.com/tidalcycles/tidal-bootstrap/blob/b850892f8ba34d67eff06551c6fa4719259da661/tidal-bootstrap.command#L305 This line leads to a page that is not found. Happy to PR with the new link!

There are currently two different supercollider versions available for Mac, you have to pick the correct one. There is 'Mac OS 10.13 and later', and 'legacy' for supercollider 3.12.1. Currently...

This section of the bootstrap script will download haskell and add its commands to the path for `bash`, but not `zsh`, the default shell in MacOS Catalina. https://github.com/tidalcycles/tidal-bootstrap/blob/0e6cfda199a0e10149df321ef5c6c3785d026ba2/tidal-bootstrap.command#L204-L214

There are hopefully improvements with the latest script but still getting reports of problems, lets use this thread to field them