Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

atom julia-client: console options: legacy: PowerShell version < 3 encountered. Running without wrapper (interrupts won't work). #439

Closed
crash-crush opened this issue Mar 12, 2018 · 2 comments

Comments

@crash-crush
Copy link

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

@pfitzseb
Copy link
Member

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).

@crash-crush
Copy link
Author

crash-crush commented Mar 14, 2018

Windows 7

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 ;).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants