Clean-Coder-AI icon indicating copy to clipboard operation
Clean-Coder-AI copied to clipboard

Ability to run python scripts in separate envinronment

Open Grigorij-Dudnik opened this issue 11 months ago • 2 comments

As above, we can add to clean coder ability to run python scripts it creating (if we working on python project), run them and see output.

Grigorij-Dudnik avatar Jan 31 '25 08:01 Grigorij-Dudnik

Work in progress

BuczynskiRafal avatar Jan 31 '25 09:01 BuczynskiRafal

Hey @BuczynskiRafal! Here is my suggestion to make your work more simplier and make you understand project faster: do not bother about separate envinronment for running python scripts for beginning; you can just run them within same env using exec() function of python. exec() allows to run python code from inside of other python code.

In my opinion, at the beginning it's much important to integrate process of running of code in the development pipeline; we'll be bother later about how to run it in clean envinronment.

Grigorij-Dudnik avatar Feb 03 '25 09:02 Grigorij-Dudnik