conda-forge / conda-forge/conda-smithy
Lint idea: Check that python isn't used directly in bld.bat/build.sh
Open
linter
- Dominant language
- Python
- Stars
- 180
- Forks
- 231
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 9
Description
Usually it is better to use `%PYTHON% setup.py install` as that prevents problems when other pythons are in the path and the ordere of the envs are wrong (not sure why this should happen but I've seen, where some kind of system python was picked up instead of the python from the conda env)...
Contributor guide
Assessment
This issue has not been assessed yet.