-
# Bug Report
## Description
When "dvc.yaml" references a parameter file in order to reproduce a foreach stage, then `dvc gc --all-commits` will error if the parameter file does not exist in a co…
-
I installed pegasus-cli with `pip install "pegasus-cli[dev]"` in my virtual env.
I'm on Windows WSL2, if that helps.
Here's the error:
```
$ pegasus --help
Traceback (most recent call last…
-
Hi friends, I've been mucking about with the `virturalenv` source on Py3.6 but it took some fiddling to get a `deb` file that appears to package correctly.
FPM version: `1.9.3`
Python version: `3.…
-
I'm using Ubuntu 22.04.2 on an AWS server.
`virtualenvwrapper` was installed the same way I have done for years.
But now when I try to create a virtualenv I get the error:
```
ubuntu@ip-…
-
**Describe the bug**
I am running TaskV2 with the `directories` options. As it parses each sub-folders, it fails to find dependencies that are located in other relative paths. I have tried adding an …
-
Hi,
This is Ubuntu 20.04 and git master version of pyenv/pyenv-virtualenv. Failed to do the following job:
```
$ pyenv shell 2.7.18
$ pyenv virtualenv test
DEPRECATION: Python 2.7 will reach t…
-
### Describe the issue
The setter method used for the `DUMMY_FIELDS` for `first_name` and `last_name` in the `weblate.auth.models.User` is not working with the `django` internal `get_or_create()` `de…
-
This may be a silly request, but I was blocked from moving from virtualenvwrapper by the absence of the brackets around the active venv on the commandline in pew :)
Is there a way to drop in our own …
-
[Just learned](https://github.com/fisherman/fisherman/issues/286#issuecomment-219643984) about this prompt theme, looks cool!
Now, are there any plans to support Python's virtualenv status like the B…
mandx updated
7 years ago
-
Hello! Sweet project, thanks for releasing this!
How would one go about activating a virtual environment before running any computations? I usually write all my simulation code and install it and a…