12 questions
Advice
0
votes
4
replies
40
views
Pixi-managed local Docker installation
I am building a Python package which hevily relies on the Docker daemon.
I am using Pixi as a package manager for Python and have the Pypi Docker SDK in my dependencies however my package wouldn't ...
1
vote
0
answers
353
views
Running Visual Studio Code Python debugger in Pixi shell
I'm using Pixi to set up a Python environment that a python project needs to run in.
So I first do pixi shell, which sets several environment variables defined in the pyproject.toml file and also runs ...
0
votes
1
answer
165
views
Can Pixi use locally installed Python libraries?
I'm managing a Python project with Pixi, because I have both Conda and Pypi dependencies. I need to install arcpy, which is ArcGIS's Python API. It's a closed-source library, and it is only available ...
1
vote
1
answer
75
views
Test that Pixi lock file is up-to-date
I would like to be able to test (for example, in CI) that the pixi.lock file is completely up-to-date with the pixi.toml file. There is the --locked option to various commands which will abort the ...
2
votes
1
answer
694
views
package management with pixi: global commands not exposed
I am trying out pixi for replacing package management and condo environments. Activating a shell works fine, but I like to have some tools always available for which I think there is pixi global. I ...
8
votes
2
answers
3k
views
How to use a Pixi virtual environment to run a Jupyter notebook in VSCode
I'm trying to use Pixi as a Conda replacement. However, when I try to select the Pixi environment in VSCode's 'Python: Select Interpreter' command, it's not listed.
Any advice on how to get VSCode to ...