Add functions to PYTHONPATH

Standalone python3 and ipython manage to include the current working
directory in sys.path without any configuration, vspipe and vsedit
somehow do not.
master
Simon Bruder 2020-03-07 12:31:19 +00:00
parent baa33c4f97
commit 1866ce8bd8
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 2 additions and 2 deletions

View File

@ -75,9 +75,9 @@ RUN pip3 --no-cache-dir install \
yuuno 'prompt-toolkit<2.1.0,>=2.0.0' \
&& yuuno jupyter install
ARG CACHEBUST_SCRIPTS=1
ENV PYTHONPATH=/data/functions/:/usr/local/lib/vapoursynth-scripts/
ENV PYTHONPATH=/usr/local/lib/vapoursynth-scripts/
ARG CACHEBUST_SCRIPTS=1
RUN mkdir /usr/local/lib/vapoursynth-scripts/ \
&& wget -nv -P /usr/local/lib/vapoursynth-scripts/ \