]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/python/recipes/default.rb
Install a virtualenv for OSQA
[chef.git] / cookbooks / python / recipes / default.rb
index 6a1925e015bf35d22d1b11074088c0c22d192119..731081acb58352f4ab1154133aa2ca87c7d0d849 100644 (file)
@@ -22,3 +22,5 @@ package "python-pip"
 
 package "python3"
 package "python3-pip"
+
+package "python-virtualenv"