Neither. Pipenv provides that particular bit of magic.
Pyenv gets us Python3, in which we must run jhbuild in order to use meson. Pip makes it simple to add python-based tooling like six and meson. Pipenv pulls the two together, greatly simplifying the configuration: If your project needs something else from Pypi you can just add it to your Pipfile and Pipenv will take care of installing it for you at startup.
Regards, John Ralls
Great, thanks John.
I'll configure it manually through the shell for now.
I had a look at `new-setup.sh'; very succinct and elegant. Is it an aspect of pip or pyenv that provides the voodoo to automatically install missing python modules?
|