如何正确配置Julia便携式或独立式 [英] How to properly configure Julia portable or standalone

查看:70
本文介绍了如何正确配置Julia便携式或独立式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何正确配置 Julia便携式或斯坦纳, 要使外部存储USB驱动器发生所有事情,请执行以下操作:添加,更新软件包? 在朱莉娅的帮助下,有什么程序吗?

How to correctly configure Julia portable or stanalone, For everything to happen from the external storage USB drives: Add, update packages ? In Julia's helps is there any procedure?

这是运行.bat文件后发生的事情. 从USB闪存中,我仍然可以参考Julia在C中的安装:

This is what happens to me after running the .bat file. From the USB flash I still have reference to the installation of Julia in C:

推荐答案

所有您需要做的就是配置您的JULIA_DEPOT_PATH. 这是Julia安装软件包并保存预编译代码的地方.

All you need to do is to configure your JULIA_DEPOT_PATH. This is the place where Julia is installing it's packages and holding pre-compiled codes.

假设您的安装(USB驱动器)为D:\,然后将Julia解压缩到D:\Julia1.5.0

Assume your installation (USB drive) is D:\ and you unzip Julia to D:\Julia1.5.0

mkdir D:\JuliaPkg1.5.0
set PATH=D:\Julia1.5.0\bin;%PATH%
set JULIA_DEPOT_PATH=D:\JuliaPkg1.5.0
julia

现在您可以安装软件包等了.

Now you are ready to install the packages etc.

这篇关于如何正确配置Julia便携式或独立式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆