-
I am using Visual Studio Code. So usually I had a consistent virtualenv as a sub directory or link and using a global config it would just pick it up. Or I could configure the path for the project.
…
-
As far as I know, the require-virtualenv functionality is essentially entirely untested. This is the main reason why it is not documented (see also https://github.com/pypa/pip/issues/2429).
It wou…
-
Currently, Trains seems to recreate/reset virtualenv before every task run, which means that packages are reinstalled again and again.
On huge GPU instances this is a problem: every minute costs, so …
-
##### Reproduction
1. Have a virtualenv with (some relevant) libs installed:
```
Django==1.8.4
django-cms==3.1.3
```
2. Install the slideshow:
``` bash
pip install django-sli…
-
I'm seeing the following error when I try to build the OSX installer:
```
$ sh make_openbazaar.sh osx
make_openbazaar.sh: line 1: #!/bin/sh: No such file or directory
Cloning OpenBazaar-Server
Wher…
-
**Issue**
I'm trying to do some Python development on an Android phone. I `pkg install python pipx`, I `pipx install tox`, and when I run `tox`, I get this traceback from inside virtualenv's Python…
-
## windows
Install scoop
```powershell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
```
Install uv
``…
-
It appears that some behaviour has changed in v1.4.4 and is preventing the proper environment from being run. See: https://github.com/Ouranosinc/figanos/actions/runs/11669868968/job/32492859426
Not…
-
What virtualenv config are you using? @therohitramesh
-
### Description
Allow specifying a local path to a preinstalled virtualenv that exists on all nodes:
`RuntimeEnv(pip="/path/to/env/")`.
This should activate the virtualenv for all Ray workers wit…