···833833- `pythonRemoveBinBytecode` to remove bytecode from the `/bin` folder.
834834- `setuptoolsBuildHook` to build a wheel using `setuptools`.
835835- `setuptoolsCheckHook` to run tests with `python setup.py test`.
836836+- `venvShellHook` to source a Python 3 `venv` at the `venvDir` location. A `venv` is created if it does not yet exist.
836837- `wheelUnpackHook` to move a wheel to the correct folder so it can be installed with the `pipInstallHook`.
837838838839### Development mode