The development instructions say to use virtualenvwrapper, but on all supported Python 3, there is venv. Using python3 -m venv dirname works on all Fedora. What are the advantages of using virtualenvwrapper? Is it just leftover of Python 2?
python3 -m venv dirname
Log in to comment on this ticket.