I can’t get my program to use pandoc from inside a venv.
I can use pandoc from the system context.
From inside the venv
which pandoc
/usr/bin/pandoc
I’ve installed pandoc inside the venv with pip, and confirmed the files are in the venv.
What am I missing?
echo your $PATH & site-packages after activating venv. The activation logic does some juggling with the PATH so maybe pandoc slipped out?