<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 20 Nov 2019, at 15:02, Claus wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Hello TM2 users,<br>
<br>
just created a miniconda environment called `py37` which I activate via `conda activate py37`. In my endeavour to tell TM2 how to execute a python code with this environment I found this stackoverflow "solution": <a href="https://stackoverflow.com/a/8989779" style="color:#777">https://stackoverflow.com/a/8989779</a></p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">That is not the way to go. Honestly, I doubt the accepted answer will even work.</p>

<p dir="auto">You don’t need to “activate” a virtual environment to use it (and neither does TextMate). You just need to tell it where the right Python executable is. I would set <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">TM_PYTHON</code> in a <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">.tm_properties</code> file as described in my answer on Stack Overflow.</p>

<p dir="auto">-- <br>
Rob McBroom</p>
</div>
</div>
</body>
</html>