Good virtualenv and packaging tutorials for beginner?

Ben Finney ben+python at benfinney.id.au
Wed Oct 4 07:15:47 EDT 2017


Leam Hall <leamhall at 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




More information about the Python-list mailing list