Zanie Blue

Results 2953 comments of Zanie Blue

I'd also like to see examples of tools other than `pip` that expose a flag to allow invalid certificates.

@inoa-jboliveira is there an API to do so per request? We use a shared client for all of the requests we make.

I'd accept a pull request adding this.

Hi! You need to activate virtual environments so set `VIRTUAL_ENV=./.venv` after creating. Related #1326

The cache _does_ improve resolution times because sometimes we need to build source distributions to determine their requirements during resolution which is generally slow — the cache contains these builds.

Hi! For those of you who are subscribed to this and are using `echo "VIRTUAL_ENV=${Python_ROOT_DIR}"` as a work-around — as of 0.2.0 this is no longer supported and we'd recommend...

@elronbandel here's an example: - https://github.com/inventree/InvenTree/pull/7317

We also do the same if it's in the current directory (I'm 90% sure)

Hi! Thanks for engaging with the project. We're already de-duplicating installed packages (on supported platforms). We're planning to tackle a full "workflow" around environment management in the future as well....

We're continuing to explore this and will probably have automated activation of a sort in the near future.