-
### `brew doctor` output
```shell
Your system is ready to brew.
```
### Verification
- [X] My "`brew doctor` output" above says `Your system is ready to brew.` and am still able to reprod…
Bo98 updated
3 months ago
-
### Description
- [x] Platform information (e.g. Ubuntu Linux 16.04): MacOS 14.7.1 (23H222) on Apple M1 Pro
- [x] OS architecture (e.g. amd64): arm64
- [x] pyenv version: 2.4.17
- [x] Python versi…
-
It's customary to use Python tools in Neovim from their own virtualenv so that it does not clutter the main system. Currently this plugin does not allow for such customization.
e.g. Neovim allows t…
-
# Summary
Python 3.12 has [removed distutils](https://docs.python.org/3/whatsnew/3.12.html) Therefore the rpc initialization script fails.
# Steps to reproduce
# My configuration
## OS
Ma…
-
### Is your feature request related to a problem? Please describe.
Standard installation on MacOS in virtualenv, accessing studio with either firefox or chrome, create a new agent --> userproxy. Only…
-
[venv](https://docs.python.org/3/library/venv.html) module was added to Python in 3.3.
It may or may not come bundled in python installation, depends on distro and package.
In any case, it would…
-
### Bug summary
When PREFECT_API_DATABASE_CONNECTION_URL is defined in prefect.yaml it is not being used. Only when you set it on os level (ie export PREFECT_API_DATABASE_CONNECTION_URL="xxx") in the…
-
```shell
# Install in a virtual environment
virtualenv production
source production/bin/activate
python -m pip install snews_pt
# Test the install
snews_pt set-name -n [detector]
snews_pt tes…
-
Hello,
Thank you for this nice extension!
It'd better if you can add a config/setting that allows user to choose which pip to manage.
Imagine we have many virtualenvs (different python paths), th…
-
Hi,
When you activate a Python virtualenv, posh-git-sh got the priority and I don't see the name of my virtual env on the prompt.
It is a bit annoying because I don't know if I am in my virtualenv…