Chad Smith
Chad Smith
As discussed in https://discuss.python.org/t/pep-582-python-local-packages-directory/963, switching the contents of `__pypackages__` to be a collection of venvs that are automatically recognized will leverage and interoperate with existing tools well.
When freezing dependencies, requiring hashes would make environment recreation deterministic.
I suggest [black](https://github.com/ambv/black), but any autoformatter will provide the benefits advertised by black > Formatting becomes transparent after a while and you can focus on the content instead. Black makes...
Now that the `venv` module is part of the standard library for all non-EOL'd Python versions, the instructions can be simplified to use `venv` rather than `virtualenv`. This PR replaces...
after cloning and opening index.html, the page is blank and the following errors are shown in the console: ``` Uncaught ReferenceError: require is not defined at index.js:1 index.html:15 Uncaught TypeError:...
**How would this feature be useful?** Discovering apps compatible with pipx is not always easy. Usually people discover pipx after already being bitten by other solutions (conflicting pip installs, etc),...
* [x] I have added an entry to `docs/changelog.md` Currently, pipx is commonly installed with `pip install pipx --user`, which installs into the user's site packages, rather than a virtual...
* [x] I have added an entry to `docs/changelog.md` ## Summary of changes Add python 3.11 to github workflows and test matrixes ## Test plan CI tests pass
pipx needs someone who can assess Windows issues as they arise, come up with a fix, and implement a fix via a PR. I will be available to provide feedback...