<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f43bae4ebeb85d1c6df4f7bc73a29a13db870d66">https://github.com/macports/macports-ports/commit/f43bae4ebeb85d1c6df4f7bc73a29a13db870d66</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new f43bae4  py-virtualenvwrapper: Add notes
</span>f43bae4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f43bae4ebeb85d1c6df4f7bc73a29a13db870d66
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Apr 11 02:58:12 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-virtualenvwrapper: Add notes
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/53872
</span>---
 python/py-virtualenvwrapper/Portfile | 9 +++++++++
 1 file changed, 9 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-virtualenvwrapper/Portfile b/python/py-virtualenvwrapper/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 72ccd60..8412575 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-virtualenvwrapper/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-virtualenvwrapper/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,6 +36,15 @@ if {${name} ne ${subport}} {
</span>                         port:py${python.version}-virtualenv \
                         port:py${python.version}-virtualenv-clone
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    notes "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+You might need to set some variables and source the shell script. For example:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+export VIRTUALENVWRAPPER_PYTHON='${prefix}/bin/python${python.branch}'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+export VIRTUALENVWRAPPER_VIRTUALENV='${prefix}/bin/virtualenv-${python.branch}'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+export VIRTUALENVWRAPPER_VIRTUALENV_CLONE='${prefix}/bin/virtualenv-clone-${python.branch}'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+source ${prefix}/bin/virtualenvwrapper.sh-${python.branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     livecheck.type      none
 } else {
     livecheck.type      pypi
</pre><pre style='margin:0'>

</pre>