程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> juno-Couldnt connect to Julia

juno-Couldnt connect to Julia

編輯:編程綜合問答
Couldn't connect to Julia

有人玩過julia嗎?
在 http://junolab.org/ 下載了juno之後解壓一運行就出現了下面的情況:
我下載的是win7_64bit

 Couldn't connect to Julia
ERROR: Requires not found
 in require at loading.jl:47
 in include at boot.jl:245
 in include_from_node1 at loading.jl:128
 in reload_path at loading.jl:152
 in _require at loading.jl:67
 in require at loading.jl:51
 in include at boot.jl:245
 in include_from_node1 at loading.jl:128
 in process_options at client.jl:285
 in _start at client.jl:354
while loading C:\Users\Administrator\.julia\v0.3\Jewel\src\Jewel.jl, in expression starting on line 3
while loading D:\Julia\resources\app\plugins\Julia-LT\jl\init.jl, in expression starting on line 36

請問有人碰到過這中情況嗎?求指教。

最佳回答:


Offline / Behind a Firewall
Light Table needs a writable directory to store plugins and configuration. By default, this is one of:

OS X: ~/Library/Application Support/LightTable/
Linux: ~/.config/LightTable/
Windows: C:\Users[YourUserName]\AppData\Local\LightTable\
This directory can be overridden by setting the LT_USER_DIR environment variable.

設置“LT_USER_DIR”這個環境變量了嗎?
參考:http://junolab.org/docs/offline.html

fuzimango
fuzimango
  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved