-
We should include hooks in [pyenv-virtualenv-delete](https://github.com/pyenv/pyenv-virtualenv/blob/master/bin/pyenv-virtualenv-delete), like `before_virtualenv_delete` and `after_virtualenv_delete`.
…
-
##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
- UI
- API
##### SUMMARY
It would be a good idea to centralize the definition of virtual environments to execute job templat…
-
In readme written «Goes along really nicely with the autocomplete-python package to provide a full Python IDE experience in Atom.» But `autocomplete-python` support per-project virtualenv settings in …
-
Problem:
`error: could not create '/Library/Python/2.7/site-packages/gitlab': Permission denied`
This should not be installing here, it should be in the virtual env/lib directory
Reproduce:
…
-
It looks like rstudio starts up not using the virtualenv. This causes things like keras or tensorflow to not be found when running the keras-playground files.
-
Sybil's pytest integration allows users to [request pytest fixtures](https://sybil.readthedocs.io/en/latest/integration.html#pytest).
Currently, if you typo a fixture name, you get this horrible in…
-
I haven't been able to reproduce successfully but freeze gun occasionally creates an `IndexError` when it accesses `tz_offsets[-1]`.
Initially I thought this was related to https://github.com/spule…
-
Tried manually as well as via docker-compose. But seeing following error
```
ERROR: Could not find a version that satisfies the requirement unittests (from versions: none)
ERROR: No matching distri…
-
It seems that bass is incompatible with virtualenv. The problem is that virtualenv changes the python binary in such a way that `python3 -sS` can no longer find the installed modules.
```
~/.c/fi…
-
**Describe the bug**
When one already has a virtualenv active, a `.mise.toml` file with a `_.python.venv` directive will add the commanded venv to PATH but always after the already active one. For …