-
Hi! Quick question: As ark is distributed with Positron, is the "right" way to install it locally on MacOS to symlink If so I could add this optional step to the Homebrew recipe. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Unless I'm misunderstanding, you don't need to symlink it to the I think the "right" way to install Ark would be to use one of the standalone Ark release binaries; today those are just bundled up in Positron, but it is possible that at some future date Positron's copy of Ark will diverge from the standalone version. I would expect that it will always work with other frontends, but it may also include some Positron specific bits or be refactored in other ways. You can read more about these plans here: #3608 Thank you for maintaining the Homebrew recipe! |
Beta Was this translation helpful? Give feedback.
Unless I'm misunderstanding, you don't need to symlink it to the
$PATH
; when you run--install
it'll place the fully qualified path in thekernel.json
file.I think the "right" way to install Ark would be to use one of the standalone Ark release binaries; today those are just bundled up in Positron, but it is possible that at some future date Positron's copy of Ark will diverge from the standalone version. I would expect that it will always work with other frontends, but it may also include some Positron specific bits or be refactored in other ways. You can read more about these plans here: #3608
Thank you for maintaining the Homebrew recipe!