jbn / IPlantUML

A Python package which defines a PlantUML cell magic for IPython.
MIT License
95 stars 28 forks source link

Plantweb usable inside a virtual environment. #24

Open Nikolai-Hlubek opened 1 year ago

Nikolai-Hlubek commented 1 year ago

Currently plantweb doesn't work if it is not in the global system path. This is i.e. not the case when installing in a virtual environment. This patch fixes this by checking the bin path of the current python binary.