Skip to content

Commit

Permalink
Updated python package installation for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rboller committed Jun 1, 2017
1 parent d0753fc commit b56908a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ module.exports = function(grunt) {
},

python_packages: {
command: 'virtualenv python && bash -c \"PATH=' + pythonPath + ':${PATH} pip install xmltodict isodate\"'
command: 'PATH=python/bin:${PATH} virtualenv python && PATH=python/bin:${PATH} pip install xmltodict isodate'
},

rpmbuild: {
Expand Down

0 comments on commit b56908a

Please sign in to comment.