To add the user bin folder to the path

Here thread https://github.com/jupyterhub/binderhub/issues/557
pull/311/head
Andrea Borruso 2018-05-12 08:54:39 +02:00 zatwierdzone przez GitHub
rodzic 7a50772a53
commit c8a31b8baf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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}