Zip-o-mat / Slic3r

Slic3r with integrated electronics and Nonplanar slicer (see branches)
GNU Affero General Public License v3.0
594 stars 96 forks source link

Error when "export" command is used #8

Closed ManiRX100 closed 4 years ago

ManiRX100 commented 4 years ago

Hi I get an error saying "Directory does not exist" when i used the line "export PERL5LIB=/Slic3r/local-lib/lib/perl5". Should I change the to the "src" location in my drive? Thanks in advance.

platsch commented 4 years ago

Assuming you have cloned the repository into /home/Mani/Slic3r your export statement should be export PERL5LIB=/home/Mani/Slic3r/local-lib/lib/perl5

Does that clarify?

ManiRX100 commented 4 years ago

Hi, Yes it solved the issue. Thanks.

platsch commented 4 years ago

Could you close the issue please?