Kitware / paraviewweb

Web framework for building interactive visualization relying on VTK or ParaView to produce visualization data
http://kitware.github.io/paraviewweb/
BSD 3-Clause "New" or "Revised" License
160 stars 50 forks source link

chore(docker): Fix how pip is found #501

Closed scottwittenburg closed 4 years ago

scottwittenburg commented 4 years ago

In newer pv base images (v5.7.0-RC2 and later), ParaView could be built against either Python 2 or 3. This change supports finding pip in either case.

scottwittenburg commented 4 years ago

I tested the image I just tagged and pushed (pvw-v5.7.0-rc2-egl) based on this change, just to be sure the way we find pip is working.

ping @jourdain

jourdain commented 3 years ago

:tada: This PR is included in version 3.2.13 :tada:

The release is available on:

Your semantic-release bot :package::rocket: