Skip to content Skip to sidebar Skip to footer

Incude FreeCAD In System Path For Just One Conda Virtual Environment

I want to be able to import FreeCAD into my python scripts, but only in one conda virtual environment. Is there a way to do this without adding FreeCAD to the path at the beginning

Solution 1:

Conda does not look for packages from the PATH environment. Check this answer for the details. But first check whether your package can be installed using pip or conda.


Solution 2:


Post a Comment for "Incude FreeCAD In System Path For Just One Conda Virtual Environment"