<table><tr><td style="">bcooksley added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D15070">View Revision</a></tr></table><br /><div><div><p>We could, however that would not help people installing it as a regular user, rather than as root.<br />
If I run this right now, as an unprivileged user, I get the following path returned:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">>>> sysconfig.get_python_lib( plat_specific=True,standard_lib=False )
'/usr/lib/python2.7/dist-packages'</pre></div>

<p>This will break installation for those doing development installations.</p>

<p>If instead the code were to take CMAKE_INSTALL_PREFIX into account (which it should) then we get a valid result:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">>>> sysconfig.get_python_lib( plat_specific=True,standard_lib=False, prefix="/some/path" )

Note: i'm aware of ~/.local/ and virtualenv's, however those not working on Python bindings may just prefer to set PYTHONPATH much like they already set PATH - especially if they have multiple installations they switch between (different Frameworks versions for instance).
'/some/path/lib/python2.7/site-packages'</pre></div>

<p>Note that it's up to the user to set PYTHONPATH properly if they're installing outside the usual directories searched by Python.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R240 Extra CMake Modules</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D15070">https://phabricator.kde.org/D15070</a></div></div><br /><div><strong>To: </strong>bruns, Frameworks<br /><strong>Cc: </strong>bcooksley, kde-frameworks-devel, kde-buildsystem, michaelh, ngraham, bruns<br /></div>