0

I create Mathematica application. For example testPrj. Now I want load this application for test. Here is a problem: how can I setup environment for loading my application with simple <<testPrj?

First what I try is to add to a $Path path of my application. But it should be done every time after loading Mathematica (any notebook).

PS: My application has a custom way and it is better not to change

molekyla777
  • 2,888
  • 1
  • 14
  • 28

1 Answers1

2

In order to do something at startup, like adding a path so that Mathematica can find certain files, you need to use init.m.

C. E.
  • 70,533
  • 6
  • 140
  • 264