-
Notifications
You must be signed in to change notification settings - Fork 3
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
julia-1.4.2-win64.exeがインストールできない #26
Comments
Windowsユーザではないので詳しくないのですが、JuliaのREADME.mdには、
と書かれています。Windows Terminalをインストールして使ってみてはどうでしょうか? |
bicycle1885様 |
bicycle1885様
早々のコメントをありがとうございます。その後windowsWSLのubuntuでインストールしましたところ、?
]はエラーが出なくなりました。一方で、IJuliaをインストールしましたところ下記のエラー出ます。もう少し試行錯誤してみます。
…On 2020/07/23 1:00, Kenta Sato wrote:
Windowsユーザではないので詳しくないのですが、JuliaのREADME.md
<https://github.com/JuliaLang/julia/blob/master/README.md>には、
On Windows we highly recommend running Julia using a modern
terminal, such as installing the Windows Terminal from the
Microsoft Store.
と書かれています。Windows
Terminalをインストールして使ってみてはどうでしょうか?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMCEY6GGKLRQOMDRRCWJ65TR44EKTANCNFSM4PEG3YGA>.
|
公式サイトhttps://julialang.org/downloads/から、windows用のファイルをadministrator権限でダウンロードしました。簡単な1+2やansなどはできるのですが、?や]を入力しますと下記のようなエラーが出ます。anaconda3などをアンインストールしてもエラーが出ます。解決策をご存知でしたら、お手すきのときに教えていただけないでしょうか。
・windows10(64bit)
・Julia1.4.2 (他のversionも不可)
エラーメッセ―ジ:
┌ Warning: Terminal not fully functional
└ @ Base client.jl:374
julia> ?
ERROR: syntax: invalid identifier name "?"
Stacktrace:
[1] top-level scope at none:0
julia> ]
ERROR: syntax: unexpected "]"
Stacktrace:
[1] top-level scope at none:0
The text was updated successfully, but these errors were encountered: