Removed paradoc from pythonpath

This supposedly conflicts with other executors so I have moved it to the individual executor and test in previous commits
This commit is contained in:
Pyroseza 2021-01-21 22:12:23 +00:00
parent 7ab4373992
commit ef549ff0c2
1 changed files with 0 additions and 2 deletions

View File

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