summaryrefslogtreecommitdiff
path: root/doc/install.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-12-04 06:45:47 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-12-04 06:45:47 +0100
commit7ef64c0f87adecb51017327832e17ef64ea1049e (patch)
treee3d39d46b8dad08c2e1c044290d28005a053ec35 /doc/install.asciidoc
parent2c2d7fe7349cfef6272e3db9d1a9a52878bde88b (diff)
downloadqutebrowser-7ef64c0f87adecb51017327832e17ef64ea1049e.tar.gz
qutebrowser-7ef64c0f87adecb51017327832e17ef64ea1049e.zip
Read $PYTHON in every tox.ini environment
See #2341
Diffstat (limited to 'doc/install.asciidoc')
-rw-r--r--doc/install.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.asciidoc b/doc/install.asciidoc
index 1dba5fa57..15718ec41 100644
--- a/doc/install.asciidoc
+++ b/doc/install.asciidoc
@@ -379,8 +379,8 @@ local Qt install instead of installing PyQt in the virtualenv. However, unless
you have a new QtWebKit or QtWebEngine available, qutebrowser will not work. It
also typically means you'll be using an older release of QtWebEngine.
-On Windows, run `tox -e 'mkvenv-win' instead, however make sure that ONLY
-Python3 is in your PATH before running tox.
+On Windows, run `set PYTHON=C:\path\to\python.exe` (CMD) or ``$Env:PYTHON =
+"..."` (Powershell) first.
Creating a wrapper script
~~~~~~~~~~~~~~~~~~~~~~~~~