<p dir="ltr">Just so you know, unless there's binaries created outside of the /usr/lib/python-*/ directories, you can safely compile both the python2 and python3 versions in the same SlackBuild.</p>
<p dir="ltr">You can just add a second line to run "python3 setup.py install --root=$PKG" and each will be installed into their respective python folders.</p>
<p dir="ltr">This way, if any python2 programs/scripts rely on these programs, it won't break them.</p>
<p dir="ltr">Jeremy</p>
<br><div class="gmail_quote"><div dir="ltr">On Fri, Jul 14, 2017, 3:26 PM Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, 14 Jul 2017, Audrius Kažukauskas wrote:<br>
<br>
> virtualenv is included in Python 3 Standard Library as venv[*] module. The<br>
> name of executable is pyvenv, but it was deprecated recently, although<br>
> it's still there and usable:<br>
><br>
>  The pyvenv script has been deprecated as of Python 3.6 in favor of using<br>
>  python3 -m venv to help prevent any potential confusion as to which<br>
>  Python interpreter a virtual environment will be based on.<br>
><br>
> Regarding other packages you have listed, you'll need to rebuild them<br>
> using python3, I don't see any other way around it.<br>
><br>
> [*] <a href="https://docs.python.org/3/library/venv.html" rel="noreferrer" target="_blank">https://docs.python.org/3/library/venv.html</a><br>
<br>
   Thanks, Audrius. I'll rebuild the packages and read about venv.<br>
<br>
Much appreciated,<br>
<br>
Rich<br>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" target="_blank">SlackBuilds-users@slackbuilds.org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer" target="_blank">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div>