<div id="comment:0"></div> This is so that the Sage library becomes fully functional even when not being run from within sage-env (which sets PATH). To test (when cddlib is not present in the system but installed as SPKG): ``` venv/bin/python3 -c 'from sage.all import *; print(Polyhedron(vertices=[[1.123456789012345, 2.123456789012345]], base_ring=RDF))' ``` Depends on #31296 CC: @kliem @saraedum Component: **refactoring** Author: **Matthias Koeppe** Branch/Commit: **[`14d3a65`](https://github.com/sagemath/sagetrac-mirror/commit/14d3a65c0db131b50c191b1af6a8d1b875e10eda)** Reviewer: **Travis Scrimshaw** _Issue created by migration from https://trac.sagemath.org/ticket/32645_