You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm the curator of some Ruby extension for Nova editor. I'm currently experiencing an issue with the $PATH fetched from the editor. It seems like chruby doesn't update $PATH in the processes spawned by the editor.
I tried to fetch $PATH from the integrated terminal and from a couple of internal processes. Unfortunately, as you can see in the picture, they are different.
Any idea of why this is happening? Thanks!
P:S: By the way I'm also using chnode (which is clearly inspired by chruby) and that set the $PATH correctly.
The text was updated successfully, but these errors were encountered:
Hi there!
I'm the curator of some Ruby extension for Nova editor. I'm currently experiencing an issue with the $PATH fetched from the editor. It seems like
chruby
doesn't update $PATH in the processes spawned by the editor.I tried to fetch $PATH from the integrated terminal and from a couple of internal processes. Unfortunately, as you can see in the picture, they are different.
Any idea of why this is happening? Thanks!
P:S: By the way I'm also using
chnode
(which is clearly inspired bychruby
) and that set the $PATH correctly.The text was updated successfully, but these errors were encountered: