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:
parent
7ab4373992
commit
ef549ff0c2
|
@ -55,8 +55,6 @@ source /opt/.profile
|
||||||
# therefore it cannot be run directly as it requires python3 to be installed
|
# therefore it cannot be run directly as it requires python3 to be installed
|
||||||
cd /opt && mkdir paradoc && cd paradoc
|
cd /opt && mkdir paradoc && cd paradoc
|
||||||
git clone https://github.com/betaveros/paradoc.git
|
git clone https://github.com/betaveros/paradoc.git
|
||||||
echo 'export PYTHONPATH=$PYTHONPATH:/opt/paradoc/paradoc' >> /opt/.profile
|
|
||||||
source /opt/.profile
|
|
||||||
|
|
||||||
# install node.js
|
# install node.js
|
||||||
# final binary: /opt/nodejs/node-v12.16.1-linux-x64/bin/node
|
# final binary: /opt/nodejs/node-v12.16.1-linux-x64/bin/node
|
||||||
|
|
Loading…
Reference in New Issue