【问题标题】:How to configure Juno to launch julia from specific conda environment如何配置 Juno 从特定的 conda 环境启动 julia
【发布时间】:2019-04-28 07:59:06
【问题描述】:

我在 Ubuntu 16.04 上工作,我在 conda-forge 名为 py3 的 conda 环境中安装了 julia。

然后我已经安装了Atom,然后通过软件安装了包uber-juno,但是安装之后Atom没有找到julia安装,并给我这个错误信息:

We tried to launch Julia from:
julia
This path can be changed in the settings.
Details:
  /bin/sh: 1: julia: not found

如何配置 Atom 以在我的 py3 conda 环境中使用 julia?

【问题讨论】:

    标签: anaconda julia atom-editor conda juno-ide


    【解决方案1】:

    默认情况下,Atom 的 Julia 客户端将调用 julia。如果保留此默认设置,您只需在终端中激活您的环境,在此环境中调用atom,即可轻松开始在 Atom 中使用您的 conda 环境中的 Julia。

    $ source activate py3
    # or just `$ activate py3` on Windows
    (py3) $ atom
    # or `atom --new-instance` to force create a new instance of atom
    

    如果您在环境py3 中安装了 Julia,那么您将能够在 Atom 中使用它。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-10-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-01-18
      • 1970-01-01
      相关资源
      最近更新 更多