pundler icon indicating copy to clipboard operation
pundler copied to clipboard

Python bundler-alike alternative to virtualenv

Results 9 pundler issues
Sort by recently updated
recently updated
newest added

Hello! Today I started new project with pyenv and python-3.8.0 and I had problems with installation packages via `pundle`. For example I putted one line `pyramid` into `requirements.txt` and then...

Hello, I tried to create simple `requirements.txt` file where there is only one line `matrix_client`. ```sh ~/tmpfs/test ❯ cat requirements.txt matrix_client ~/tmpfs/test ❯ pundle Install some packages try for matrix_client...

Hi, I'm a Ruby developer and I was so excited when I saw the python's Bundler but it is not stable! I mean when I trying to run `pundle install`...

Problem ------- The project avoids installing own dependencies so external library needs to be vendored or idea of having own small impl. should be improved. Current implementation shows the right...

https://pip.pypa.io/en/stable/reference/pip_install/#hash-checking-mode

Do we need to disable site-packages to prevent pollution of our environment by system installed packages? With pyenv this is not actual, but do we need to support debian/ubuntu/centos/whatever system...

...so that you can vendor packages listed in requirements.txt in the repo itself (~ /vendor) similar to what Bundler, govendor, and many other dependency managers can do.

May be this can solve situation when some project needs something previously installed to compile something. May be some requirement installation process require other requirement to be accessible in setup.py....

Discussable option. Actually frozen.txt is a correct way to create virtualenv with actual packages.