CircleCI-Public / python-orb

Common CircleCI tasks for the Python programming language.
https://circleci.com/developer/orbs/orb/circleci/python
MIT License
13 stars 37 forks source link

Automatically add project directory to PYTHONPATH when not using venv tool #57

Closed dsayling closed 2 years ago

dsayling commented 3 years ago

Describe Request:

A user in discuss had some issues getting started because test job does not setup the project in the python path anywhere. Some might expect this to be setup for them

Workarounds: use pipenv or poetry, export PYTHONPATH to project path, or pip install the package itself via its setup.py(pip install .)

KyleTryon commented 2 years ago

Thank you @dsayling.

We are currently going through a sprint of this orb and will include this issue in the next update coming soon. We will update shortly and attach the PR.