kopia lustrzana https://github.com/jupyterhub/repo2docker
To add the user bin folder to the path
Here thread https://github.com/jupyterhub/binderhub/issues/557pull/311/head
rodzic
7a50772a53
commit
c8a31b8baf
|
@ -71,6 +71,9 @@ ENV {{item[0]}} {{item[1]}}
|
|||
{% endfor -%}
|
||||
{% endif -%}
|
||||
|
||||
# So users can move executables here with postBuild, issue #557
|
||||
ENV PATH {{ /home/jovyan/{local}/bin:${PATH}}}
|
||||
|
||||
{% if path -%}
|
||||
# Special case PATH
|
||||
ENV PATH {{ ':'.join(path) }}:${PATH}
|
||||
|
|
Ładowanie…
Reference in New Issue