Skip to content
Snippets Groups Projects
Commit f557885e authored by Henry Fröcklin's avatar Henry Fröcklin
Browse files

Correct pip path.

parent bd3b7557
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ class vlc::vlc { ...@@ -18,7 +18,7 @@ class vlc::vlc {
} }
exec { 'install_vlc_requirements': exec { 'install_vlc_requirements':
command => 'pip install -r /home/henfr13/django-base/requirements.txt', command => '~/venv-django-vlc/bin/pip install -r /home/henfr13/django-base/requirements.txt',
refreshonly => true, refreshonly => true,
} }
} }
...@@ -18,7 +18,7 @@ class vlc::vlcpublib { ...@@ -18,7 +18,7 @@ class vlc::vlcpublib {
} }
exec { 'install_vlcpublib_requirements': exec { 'install_vlcpublib_requirements':
command => '/usr/local/bin/pip install -r /home/henfr13/vlcpublib/requirements.txt', command => '~/venv-django-vlcpublib/bin/pip install -r /home/henfr13/vlcpublib/requirements.txt',
refreshonly => true, refreshonly => true,
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment