-
# Summary
I ask `uv` to install a Python 3.12 virtual environment and then ask it to run a command using what I assume is the default virtual environment and it actually runs it using Python 3.13.
…
-
When running `uv venv`, the user may specify the options `--system-site-packages` and `--relocatable`. These values persist in `.venv/pyenv.cfg` as shown:
```txt
home = C:\WinPython\python-3.12.4.…
-
I just ran these commands to run the docs locally:
```
python -m venv uc_docs_venv
source uc_docs_venv/bin/activate
```
I had to run these additional commands to get it working properly:
`…
-
I haven't been able to use this tool when conan is installed in a virtual environment. Is there an obvious step I am missing? The python VSCode extension is able to detect and use the virtual environm…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
### What is your suggestion?
I work on a open source project (https://github.com/gnuradio/gnuradio) that uses a plugin model and I am trying to convince them to use conan for their package manageme…
-
Add chapter to documentation how to setup virtual environment with e.g. virtualenv or similar tool
-
I'm trying to install the thonny_py5mode plugin, but it seems that the plugin manager does not use the virtual environment, so pip gives the following error:
`/usr/bin/python3 -m pip --disable-pip-…
-
I've been trying to get the latest version of gd.py working on my device literally all day today.
I'm not the greatest with command-line stuff so I'm probably missing something painfully obvious, b…
-
Hello, can I have questions about the virtual environment used, because, I am not able to create working venv.
Is the program working for Windows or Linux? Then, which version of python is used for t…