Swiftly use --global-default not setting PATH

Hi :)

I am using Embedded Swift to run code on a 3DS console, but currently my makefile needs to invoke swiftc through swiftly run swiftc as despite trying to set the toolchain globally which swiftc remains as /usr/bin/swiftc. This is made more annoying with my compile_commands.json as my editor looks for the lsp in the path, finding the system Swift which fails as it can’t find the armv7 stdlib.

Is this intentional behavior or is something wrong? I can’t find anything in the documentation, but the readme references `Switching which installed toolchain is active (i.e. which one is discovered via $PATH)` so I would assume it’s supposed to be reflected in the path.

I tried to reinstall it but it still doesn't work :/

Okay, manually adding the ~/.swiftly/bin directory to my path seems to work :+1: