weechat-matrix
weechat-matrix copied to clipboard
Add support for python3 venvs
Since python 3.5, python3 venvs are recommended - so can support for them be added? I found this issue where support for virtualenvs was added, and a person mentioned that the method didn't support python3 venvs.
As mentioned in #105 by @matthijskooijman - comment - creating a "activate_this.py" file in the bin folder of a Python3 venv is actually a functional workaround.
The similar approach was mentioned on StackOverflow as well.
I'm running openSUSE Tumbleweed, created the virtual environment by executing python3 -m ~/.weechat/python/venv
and manually added the file ~/.weechat/python/venv/bin/activate_this.py
, it's working without issues so far.