pull/213/head
Carol Willing 2018-02-06 17:44:50 -08:00
rodzic 4db31cbd67
commit 273110e8d3
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -16,14 +16,14 @@ class JuliaBuildPack(CondaBuildPack):
"""Get additional environment settings for Julia and Jupyter
Returns:
an ordered list of environment setting tuples.
An ordered list of environment setting tuples.
The tuple contains a string of the environment variable name and
a string of the environment setting. For example,
`('JULIA_VERSION', '0.6.0')`
- `JULIA_PATH`: base path where all Julia Binaries and libraries
will be installed
-` JULIA_HOME`: path where all Julia Binaries will be installed
- `JULIA_HOME`: path where all Julia Binaries will be installed
- `JULIA_PKGDIR`: path where all Julia libraries will be installed
- `JULIA_VERSION`: default version of julia to be installed
- `JUPYTER`: environment variable required by IJulia to point to