summarylogtreecommitdiffstats
path: root/pythonz.sh
diff options
context:
space:
mode:
authorArthur Vuillard2016-07-08 00:15:12 +0200
committerArthur Vuillard2016-07-08 00:15:12 +0200
commit43febbe0f2b57780ee175f7fccf0b8cd8771a46d (patch)
tree1eb4e74d70c0432274b72992aa1deb2b699a14b6 /pythonz.sh
parentee00ce1f5536133cde6facb836619e2985bd20cb (diff)
downloadaur-43febbe0f2b57780ee175f7fccf0b8cd8771a46d.tar.gz
release 2.0.1
Diffstat (limited to 'pythonz.sh')
-rw-r--r--pythonz.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/pythonz.sh b/pythonz.sh
new file mode 100644
index 000000000000..82933645c746
--- /dev/null
+++ b/pythonz.sh
@@ -0,0 +1,4 @@
+if [ -n "${BASH_VERSION:-}" -o -n "${ZSH_VERSION:-}" ] ; then
+ export PYTHONZ_ROOT=/opt/pythonz
+ source "${PYTHONZ_ROOT}/etc/bashrc"
+fi