I have a project for which I'd now like to use pipenv.
I want to symlink this from my main bin directory, so I can run it from another directory (where it interacts with local files) but nevertheless run it in the pipenv with the appropriately installed files.
Can I do something like
pipenv run python /PATH/TO/MY/CODE/foo.py localfile.conf
Or is that not going to pick up the pipenv defined in /PATH/TO/MY/CODE/Pipenv ?