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.
This commit is contained in:
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

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/ \