diff options
author | Efraim Flashner | 2020-08-16 10:50:39 +0300 |
---|---|---|
committer | Efraim Flashner | 2020-08-16 10:50:39 +0300 |
commit | f3e338e1ede999f63b974c799da30e2a57bfab70 (patch) | |
tree | f27964a21e472cccf1bad943f5273798a3266e31 /gn/services/genenetwork.scm | |
parent | 9b240e29cd276bd4989a7a20117132df3c290d9c (diff) | |
download | guix-bioinformatics-f3e338e1ede999f63b974c799da30e2a57bfab70.tar.gz |
genenetwork1: Extend, don't replace PythonPath in service.
Diffstat (limited to 'gn/services/genenetwork.scm')
-rw-r--r-- | gn/services/genenetwork.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/services/genenetwork.scm b/gn/services/genenetwork.scm index 7de1821..410827a 100644 --- a/gn/services/genenetwork.scm +++ b/gn/services/genenetwork.scm @@ -111,7 +111,7 @@ TypesConfig " httpd22-with-mod-python "/etc/httpd/mime.types DefaultType application/octet-stream # DocumentRoot MUST NOT be in the PythonPath. Because genenetwork1 must be in PythonPath we leave the document-root keyword above unset. -PythonPath \"['/run/current-system/profile/lib/python2.4', '/run/current-system/profile/lib/python2.4/site-packages', '" httpd22-with-mod-python "/lib/python2.4/site-packages', '" genenetwork1 "/web/webqtl']\" +PythonPath \"sys.path+['/run/current-system/profile/lib/python2.4', '/run/current-system/profile/lib/python2.4/site-packages', '" genenetwork1 "/web/webqtl']\" # same as 'listen' above NameVirtualHost *:8042 <VirtualHost *:8042> |