ManderaGeneral / generalpackager

Tools to interface GitHub, PyPI, NPM and local modules / repos. Used for generating files to keep projects dry and synced. Tailored for ManderaGeneral for now.
https://pypi.org/project/generalpackager/
Apache License 2.0
0 stars 0 forks source link

A python parameter which can be Path, version, or None #59

Closed Mandera closed 1 year ago

Mandera commented 1 year ago

Idea: All of these could use a single parameter called python which can be version or path

It could even be its own class?


This becomes a circular dependency issue because I'd like Terminal (library) to use it but it requires generalfile to get all versions. I guess I could just have it for create_venv and new_clean_environment then. Doesn't seem worth the effort then though