holoviz-dev / pyctdev

Python packaging Common Tasks for Developers
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

pyctdev assumes cwd #71

Open ceball opened 4 years ago

ceball commented 4 years ago

Will cause problem with commands that rely on cwd, e.g. pip install -e ., if subprocesses open elsewhere (e.g. because of some local config, like a windows registry edit). Should either pass an absolute path to such commands, making them independent of cwd, or should pass through cwd. See https://github.com/holoviz/panel/pull/1319#issuecomment-623636148