<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 22 December 2016 at 09:08, Chris Barker <span dir="ltr"><<a href="mailto:chris.barker@noaa.gov" target="_blank">chris.barker@noaa.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="gmail-"></span><div>And there are utilities that let you run a script in a given environment:</div><div><br></div><div><a href="https://github.com/pelson/conda-execute" target="_blank">https://github.com/pelson/<wbr>conda-execute</a><br></div><div><br></div><div>(and maybe others)</div></div></div></div></blockquote><div><br></div></div><a href="https://pypi.python.org/pypi/pipsi">https://pypi.python.org/pypi/pipsi</a> (pip Script Installer) creates a dedicated venv for the module and its dependencies, and then adds symlinks from ~/.local/bin to any scripts installed into the venv's bin directory. As Armin notes in the README, it's a really nice way to handle utilities that happen to be written in Python and published via PyPI, without having them impact any other aspect of your system.<br><br></div><div class="gmail_extra">Cheers,<br></div><div class="gmail_extra">Nick.<br></div><div class="gmail_extra"><br clear="all"><br>-- <br><div class="gmail_signature">Nick Coghlan   |   <a href="mailto:ncoghlan@gmail.com" target="_blank">ncoghlan@gmail.com</a>   |   Brisbane, Australia</div>
</div></div>