Commit ae5ea24f authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #5452 from satmandu/pygments

Pygments use pip
parents fc7a1548 ccbd0bc2
......@@ -22,11 +22,11 @@ class Pygments < Package
})
def self.install
system 'pip3 uninstall -y pygments'
system "pip3 install --upgrade --no-warn-script-location pygments --prefix #{CREW_PREFIX} --root #{CREW_DEST_DIR}"
system 'pip uninstall -y pygments'
system "pip install --upgrade --no-warn-script-location pygments --prefix #{CREW_PREFIX} --root #{CREW_DEST_DIR}"
end
def self.postinstall
system 'pip3 install --upgrade pygments'
system 'pip install --upgrade pygments'
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