Commit ccbd0bc2 authored by Satadru Pramanik's avatar Satadru Pramanik

Pygments use pip

parent fc7a1548
...@@ -22,11 +22,11 @@ class Pygments < Package ...@@ -22,11 +22,11 @@ class Pygments < Package
}) })
def self.install def self.install
system 'pip3 uninstall -y pygments' system 'pip uninstall -y pygments'
system "pip3 install --upgrade --no-warn-script-location pygments --prefix #{CREW_PREFIX} --root #{CREW_DEST_DIR}" system "pip install --upgrade --no-warn-script-location pygments --prefix #{CREW_PREFIX} --root #{CREW_DEST_DIR}"
end end
def self.postinstall def self.postinstall
system 'pip3 install --upgrade pygments' system 'pip install --upgrade pygments'
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment