Installing qutebrowser with virtualenv?

11 views
Skip to first unread message

anon

unread,
Jun 29, 2020, 9:25:32 PM6/29/20
to qubes-users
hello, I'm trying to use qutebrowser by installing it in a debian-10
template as so:

https://github.com/qutebrowser/qutebrowser/blob/master/doc/install.asciidoc#tox

which works from the template, however, does not work on an AppVM based
on it

is there a way to make it work securely ? or maybe by design it
shouldn't work?


I changed this:

Creating a wrapper script
Running mkvenv.py does not install a system-wide qutebrowser script. You
can launch qutebrowser by doing:

.venv/bin/python3 -m qutebrowser
You can create a simple wrapper script to start qutebrowser somewhere in
your $PATH (e.g. /usr/local/bin/qutebrowser or ~/bin/qutebrowser):

#!/bin/bash
~/path/to/qutebrowser/.venv/bin/python3 -m qutebrowser "$@"

to:

$ cat /rw/usrlocal/bin/qutebrowser
#!/bin/bash
/home/user/qutebrowser/.venv/bin/python3 -m qutebrowser "$@"


I'm not high level qubes user, regards




Reply all
Reply to author
Forward
0 new messages