Adding Inkscape bin to my path overwrites my Python installation on Windows
I want to add Inkscape to my path so I can use the inkscape cli through ImageMagick.
- Install Python
- Install Inkscape 1.2.2 (732a01da63, 2022-12-09)
- Add
C:\Program Files\Inkscape\bin
to your path - Python now points to this inkscape folder
This Python is old and doesn't connect to my systems pip packages. Python directories changing is not intended behavior. I believe it's the bin folder one adds to their path, I'd love to be wrong about that.
How can I use the Inkscape cli without changing my Python?
Edited by Oliver Barnum