foundationdb icon indicating copy to clipboard operation
foundationdb copied to clipboard

Enhancement: using setuptools in virtualenv instead of the sys.path fuddling

Open LukasMoll opened this issue 3 years ago • 1 comments

We have code like this: sys.path[:0] = [os.path.join(os.path.dirname(__file__), '..', '..', '..', 'tests', 'TestRunner')] . Best practice is to use something like setuptools in virtualenv.

LukasMoll avatar Nov 04 '22 20:11 LukasMoll

i am new to this project, can i take on this issue?

ranjanmangla1 avatar May 05 '24 18:05 ranjanmangla1