Site updated at 2017-07-14 14:43:58 UTC

This commit is contained in:
Travis CI 2017-07-14 14:43:58 +00:00
parent 41d1d5ab1a
commit 785edf156a
26 changed files with 40 additions and 40 deletions

View file

@ -91,7 +91,7 @@
</div>
<p>Now switch to the new directory, setup the venv, and activate it.</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span><span class="nb">cd</span> /opt/homeassistant
<span class="gp">$ </span>pyvenv-3.5 .
<span class="gp">$ </span>python3.6 -m venv .
<span class="gp">$ </span><span class="nb">source </span>bin/activate
</code></pre>
</div>