summaryrefslogtreecommitdiff
path: root/provisioning/modules/pixelated/files/.bashrc
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-07 11:23:56 +0200
committerVarac <varac@leap.se>2017-06-07 11:23:56 +0200
commitce3998dc2c4b57ad790be50bf27e3f682a3205f6 (patch)
tree8a6436e2fe4df9a6acf217999b95548a7c30dc87 /provisioning/modules/pixelated/files/.bashrc
parent8146fb2b0c88988fd80a8597f11ae711d9e81350 (diff)
Run activate_custom_node_modules.sh from .bashrc
Diffstat (limited to 'provisioning/modules/pixelated/files/.bashrc')
-rw-r--r--provisioning/modules/pixelated/files/.bashrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/provisioning/modules/pixelated/files/.bashrc b/provisioning/modules/pixelated/files/.bashrc
index 25a940ba..88766b5d 100644
--- a/provisioning/modules/pixelated/files/.bashrc
+++ b/provisioning/modules/pixelated/files/.bashrc
@@ -120,5 +120,6 @@ fi
# Pixelated
cd /vagrant || exit
-# shellcheck disable=SC1091
-source /home/vagrant/.venvs/pixua/bin/activate
+export NODE_PATH=/home/vagrant/boxed_node_modules/node_modules/
+# shellcheck disable=SC1090
+source ${virtualenv_path}/bin/activate