From ef549ff0c235923ae39d341c411087d76523b427 Mon Sep 17 00:00:00 2001 From: Pyroseza Date: Thu, 21 Jan 2021 22:12:23 +0000 Subject: [PATCH] Removed paradoc from pythonpath This supposedly conflicts with other executors so I have moved it to the individual executor and test in previous commits --- var/install.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/var/install.txt b/var/install.txt index ae81b05..c9b151c 100644 --- a/var/install.txt +++ b/var/install.txt @@ -55,8 +55,6 @@ source /opt/.profile # therefore it cannot be run directly as it requires python3 to be installed cd /opt && mkdir paradoc && cd paradoc git clone https://github.com/betaveros/paradoc.git -echo 'export PYTHONPATH=$PYTHONPATH:/opt/paradoc/paradoc' >> /opt/.profile -source /opt/.profile # install node.js # final binary: /opt/nodejs/node-v12.16.1-linux-x64/bin/node