labs4capella / python4capella

Python for Capella
Eclipse Public License 2.0
53 stars 10 forks source link

Make a more portable version of the provided Python interpreter #157

Open ylussaud opened 2 years ago

ylussaud commented 2 years ago

The Python interpreter contains hardcoded path from the computer it has been packaged. This is not a problem if you can update pip since it will probably fix those paths. But in some cases users can't make an online installation/upgrade of pip. So we need to: