Michael Ehrenreich

Results 3 comments of Michael Ehrenreich

Do exactly what it says on the tin, use the `--user` option. That way, the binary will be installed in your home dir (`~/.local/bin`).

Try this command: ``` pip3 install --user tidal-dl ``` This installs `tidal-dl` in your `$HOME` dir instead of the file system where you don't have permissions to write to. After...

This is weird. Downloading with wget works, the resulting file indeed is the same: ``` ❯ shasum -a256 ./graylog-project.darwin ~/Downloads/graylog-project.darwin 9d1d11132f9d5a493aced4d4a779d223bade90e6068bd16a0534bf5c437a49c1 ./graylog-project.darwin 9d1d11132f9d5a493aced4d4a779d223bade90e6068bd16a0534bf5c437a49c1 /Users/mike/Downloads/graylog-project.darwin ❯ diff -q ./graylog-project.darwin ~/Downloads/graylog-project.darwin ❯...