You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
Right now, when launched from a virtualenv, GNAT Studio cannot function - it cannot find gi and other Python libs. This is because Python attempts to finds packages relative to the "python" executable by default. Instead, make it find the location of Python libraries relative to "gnatstudio". Fixes #163.