Forcing a clean Python virtual environment

The first time you push your changes to the application gear, pip will download all the dependencies mentioned in setup.py or requirements.txt and populate the virtual environment with these dependencies. On every successive push, OpenShift will reuse the dependencies and will only download new dependencies mentioned in setup.py or requirements.txt. This makes the application build faster, as it does not have to download dependencies on every git push. There are scenarios, such as a corrupt virtual environment, where you will like to recreate the virtual environment and download all the dependencies again. In this recipe, you will learn how you can force OpenShift to recreate the virtual environment. ...

Get OpenShift Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.