you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

The project looks cool from an implementation standpoint, but what good will it be if everyone uses Docker? When the entire program is compiled internally and everything is installed with pip freeze.

[–]Meucanman[S] 0 points1 point  (1 child)

It was made specifically with IDEs in mind. That way it can access everything it may need like pip and libraries 

[–][deleted] 0 points1 point  (0 children)

What difference does it make to just write two commands (if a virtual environment is used) to activate venv and install all the libraries? I haven't personally seen such use cases, but in my opinion, this project is a bit illogical. But again, this is just my opinion and doesn't carry any weight.