skip to Main Content

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 recognise the Pixi environment?

I’ve tried manually specifying the Python path, but that hasn’t worked.

2

Answers


  1. Pixi support for Visual Studio Code to manage Pixi projects
    VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=jjjermiah.pixi-vscode

    Login or Signup to reply.
  2. Didn’t work for me either, even after installing the Pixi VSCode extension.
    Solved after adding ipykernel and pip to the pixi environment:

    pixi add ipykernel pip
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search