<pre style='margin:0'>
Andrea D'Amore (anddam) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7b98c6f57ab58244b5cbd40f7ad2f9b5b743d633">https://github.com/macports/macports-ports/commit/7b98c6f57ab58244b5cbd40f7ad2f9b5b743d633</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 7b98c6f57ab58244b5cbd40f7ad2f9b5b743d633
</span>Author: Andrea D'Amore <and.damore@macports.org>
AuthorDate: Sun Dec 11 08:55:03 2016 +0100

<span style='display:block; white-space:pre;color:#404040;'>    port py-virtualenv: add note about default selection
</span>---
 python/py-virtualenv/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-virtualenv/Portfile b/python/py-virtualenv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3d595d1..d6452fd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-virtualenv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-virtualenv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,4 +42,10 @@ if {${name} ne ${subport}} {
</span>     }
 
     livecheck.type  none
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    notes "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    To make the Python ${python.branch} version of virtualenv the one that is run\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    when you execute the commands without a version suffix, e.g. 'virtualenv', run:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    port select --set ${select.group} [file tail ${select.file}]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    "
</span> }
</pre><pre style='margin:0'>

</pre>