Changing the zx's shell in Windows #1130
-
Hi, is there any way to change the shell that zx uses in windows? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
@Mojtaba-NikAeen This is all I could find: Just to be sure, in your If you need to upgrade that, use: (I'm assuming you're using windows bash): cd ~/.kit && PATH=~/.knode/bin:$PATH npm i zx |
Beta Was this translation helpful? Give feedback.
-
I've installed zx in .kenv folder and imported $ directly from zx and everything seems to be working fine. |
Beta Was this translation helpful? Give feedback.
I've installed zx in .kenv folder and imported $ directly from zx and everything seems to be working fine.
small thing I've noticed is that
$.shell
returns undefined in script kit but returns the path that it detects automatically when running separately usingzx ./script.mjs
.