diff --git a/manifests/vlc.pp b/manifests/vlc.pp
index 5900f02dbd8cf0479d85dded07f48590f7ec5f28..19dd35e40f4019208d9d3853916302c7318dcf6a 100644
--- a/manifests/vlc.pp
+++ b/manifests/vlc.pp
@@ -18,7 +18,7 @@ class vlc::vlc {
   }
 
   exec { 'install_vlc_requirements':
-    command     => '/usr/local/bin/pip install -r /home/henfr13/django-base/requirements.txt',
+    command     => 'pip install -r /home/henfr13/django-base/requirements.txt',
     refreshonly => true,
   }
 }
diff --git a/manifests/vlcinv.pp b/manifests/vlcinv.pp
index 78307e3fd0d02ff35e22c5d57d00ac180a0f3c9f..1cfcc4f534208f297c264d647b37e6ffb019e474 100644
--- a/manifests/vlcinv.pp
+++ b/manifests/vlcinv.pp
@@ -18,7 +18,7 @@ class vlc::vlcinv {
   }
 
   exec { 'install_vlcinv_requirements':
-    command     => '/usr/local/bin/pip install -r /home/henfr13/vlcinv/requirements.txt',
+    command     => 'pip install -r /home/henfr13/vlcinv/requirements.txt',
     refreshonly => true,
   }
 }