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 have tried like I don't know so many others to set up julia on atom to get an IDE like Matlab for example.
After some issues I solved myself through a lot of searching I brought it almost to work.
Till this issue: atom julia-client: console options: legacy: "PowerShell version < 3 encountered. Running without wrapper (interrupts won't work)."
I hope this style is ok, it would be kind of what I would also directly search on google.
And I hope someone can help.
Additionaly because there is nothing comparable out there, were can someone post instructions for a kind of setup because I made a step by step list, with the condensed information
Best regards,
crash-crush
The text was updated successfully, but these errors were encountered:
Till this issue: atom julia-client: console options: legacy: "PowerShell version < 3 encountered. Running without wrapper (interrupts won't work)."
What version of Windows are you running? What does
powershell -NoProfile $PSVersionTable.PSVersion
return if you type it into a terminal?
Additionaly because there is nothing comparable out there, were can someone post instructions for a kind of setup because I made a step by step list, with the condensed information
Sounds awesome! :) You can open a PR here (or just paste your list into a gist and I can integrate it into our docs).
On Console Window in Atom where the error occurs:
Appears:
PowerShell version < 3 encountered. Running without wrapper (interrupts won't work).INFO: Precompiling module Atom.
UndefVarError: powershell not defined
And on the Command- line version from Julia:
julia> powershell -NoProfile $PSVersionTable.PSVersion
ERROR: UndefVarError: powershell not defined
And I will add the steps when all problems are solved ;).
Hey,
I have tried like I don't know so many others to set up julia on atom to get an IDE like Matlab for example.
After some issues I solved myself through a lot of searching I brought it almost to work.
Till this issue: atom julia-client: console options: legacy: "PowerShell version < 3 encountered. Running without wrapper (interrupts won't work)."
I hope this style is ok, it would be kind of what I would also directly search on google.
And I hope someone can help.
Additionaly because there is nothing comparable out there, were can someone post instructions for a kind of setup because I made a step by step list, with the condensed information
Best regards,
crash-crush
The text was updated successfully, but these errors were encountered: