kopia lustrzana https://github.com/jupyterhub/repo2docker
fix typo
rodzic
4db31cbd67
commit
273110e8d3
|
@ -16,14 +16,14 @@ class JuliaBuildPack(CondaBuildPack):
|
||||||
"""Get additional environment settings for Julia and Jupyter
|
"""Get additional environment settings for Julia and Jupyter
|
||||||
|
|
||||||
Returns:
|
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
|
The tuple contains a string of the environment variable name and
|
||||||
a string of the environment setting. For example,
|
a string of the environment setting. For example,
|
||||||
`('JULIA_VERSION', '0.6.0')`
|
`('JULIA_VERSION', '0.6.0')`
|
||||||
|
|
||||||
- `JULIA_PATH`: base path where all Julia Binaries and libraries
|
- `JULIA_PATH`: base path where all Julia Binaries and libraries
|
||||||
will be installed
|
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_PKGDIR`: path where all Julia libraries will be installed
|
||||||
- `JULIA_VERSION`: default version of julia to be installed
|
- `JULIA_VERSION`: default version of julia to be installed
|
||||||
- `JUPYTER`: environment variable required by IJulia to point to
|
- `JUPYTER`: environment variable required by IJulia to point to
|
||||||
|
|
Ładowanie…
Reference in New Issue