-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
Description
Bug description
I've set QUARTO_PYTHON as follows in a Docker container:
ENV QUARTO_PYTHON=/opt/venv/bin/pythonSource: https://github.com/geocompx/docker/blob/master/rocker-rpy/Dockerfile
And this is visible in the image but when I try to run Python code interactively in the resulting Devcontainer, a different Python version is used.
Steps to reproduce
Click here to open a devcontainer based on the setup described (requires GitHub account). Try to run some Python code, you will see something like this:
Actual behavior
Error shown above.
Expected behavior
It should use the /opt/venv/bin/python version
Context: geocompx/docker#107
Your environment
- IDE: VSCode
- OS: Ubunt-based container
Reactions are currently unavailable