summarylogtreecommitdiffstats
path: root/env.conf
diff options
context:
space:
mode:
authorStephen Martin2017-06-04 22:59:07 -0500
committerStephen Martin2017-06-04 22:59:07 -0500
commit33e81877d7c42a2c41b8ba377c19fcc532c25044 (patch)
tree580415e81de7cf18b72230138b162a8ed1527ae3 /env.conf
parent1ea970d2a93025a44881f80358f90adbcf8c68ff (diff)
downloadaur-33e81877d7c42a2c41b8ba377c19fcc532c25044.tar.gz
Compiled and working
- Added the proper packaging structure - env.conf included; same as ubuntu's - added jamovi.sh, which modifies LD path to include R and RInside. - includes patch for fixing a missing R header include path
Diffstat (limited to 'env.conf')
-rw-r--r--env.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/env.conf b/env.conf
new file mode 100644
index 000000000000..e415576df8a6
--- /dev/null
+++ b/env.conf
@@ -0,0 +1,13 @@
+[ENV]
+
+R_HOME=/usr/lib/R
+R_LIBS=/usr/lib/R/site-library:/usr/lib/R/library
+PYTHONPATH=../Resources/jamovi/server
+
+JAMOVI_HOME=..
+JAMOVI_MODULES_PATH=../Resources/modules
+JAMOVI_EXAMPLES_PATH=../Resources/jamovi/examples
+JAMOVI_CLIENT_PATH=../Resources/jamovi/client
+JAMOVI_SERVER_CMD=/usr/bin/python3 -u -m jamovi.server 0
+
+