Good virtualenv and packaging tutorials for beginner?

Christopher Reimer christopher_reimer at icloud.com
Thu Oct 5 00:01:34 EDT 2017


On Oct 4, 2017, at 3:49 AM, Leam Hall <leamhall at gmail.com> wrote:
> 
> 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 next step will be to figure out how to package a project; a good tutorial URL would be appreciated on that, too.
> 
> Thanks!
> 
> Leam
> -- 
> https://mail.python.org/mailman/listinfo/python-list

I'm looking at tox that will automatically set up virtualenv for running unit tests under different versions of Python. 

https://tox.readthedocs.io/en/latest/

Chris R.


More information about the Python-list mailing list