From 18f76ed721f2fa23d9516ac81dbe817c0769fa50 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 13 May 2013 00:42:30 +0300 Subject: Set proper PYTHONPATH in .bashrc --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 49c0968..45336a6 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,6 +6,7 @@ sudo apt-get update sudo apt-get upgrade sudo apt-get install build-essential git subversion wget http://www.sbrac.org/files/build-gnuradio && chmod a+x ./build-gnuradio && ./build-gnuradio +echo "export PYTHONPATH=/usr/local/lib/python2.7/dist-packages" >> ~/.bashrc SCRIPT Vagrant.configure("2") do |config| -- cgit v1.3.1