Leam Hall <leamh...@gmail.com> writes: > Folks on IRC have suggested using virtualenv to test code under > different python versions. Sadly, I've not found a virtualenv tutorial > I understand. Anyone have a link to a good one?
The Python Packaging Authority has a guide <URL:https://packaging.python.org/tutorials/installing-packages/#creating-virtual-environments> which seems good to me. The standard library documentation for the ‘venv’ library <URL:https://docs.python.org/3/library/venv.html> is essential. > The next step will be to figure out how to package a project; a good > tutorial URL would be appreciated on that, too. Follow the documentation maintained by the Python Packaging Authority <URL:https://packaging.python.org/>. -- \ “Courage is not the absence of fear, but the decision that | `\ something else is more important than fear.” —Ambrose Redmoon | _o__) | Ben Finney -- https://mail.python.org/mailman/listinfo/python-list