On > Hi, > > I have downloaded yade in my system (os-debian) using > > `bzr checkout lp:yade' > > and installed using the command > > scons PREFIX=/home/adersh/YADE optimize=1 linkStrategy=monolithic > features=python,opengl,openmp,log4cxx,gts > > The installation seems to be worked properly. But in the terminal I > tried to run yade, but shows that the command not found. Hi, that is not problem with yade, but that you don't tell your shell (command line) where to find yade; how do you run it? You can generally:
(1) Run /home/adersh/YADE/bin/yade-[something] (2) Add /home/adersh/YADE/bin/ to your PATH, then you will be able to run just yade-[something] (google out something like "linux shell path set" to get details on that) HTH, Vaclav _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

