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:
parent
baa33c4f97
commit
1866ce8bd8
|
@ -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/ \
|
||||
|
|
Reference in a new issue