Page 1 of 1

Install V-REP on Linux Debian 8.x

Posted: 22 Dec 2015, 11:04
by alikazemi
I downloaded "V-REP_PRO_EDU_V3_2_3_Linux.tar.gz" and extracted to "/root/home/V-REP" folder, when i open a new terminal window in current folder and type "./vrep.sh/". terminal show "root@debianpc:~/V-REP# ./vrep.sh ./vrep.sh: 17: ./vrep.sh: /root/V-REP/vrep: not found". this file exist in the folder. please guide me. thanks.

Re: Install V-REP on Linux Debian 8.x

Posted: 22 Dec 2015, 12:54
by coppelia
Hello,

V-REP is officially supported on Ubuntu. Some other distributions also work, but it depends. We cannot support all distributions, but what you could do is try to compile things yourself.

Cheers

Re: Install V-REP on Linux Debian 8.x

Posted: 23 Dec 2015, 13:53
by marek_g
alikazemi wrote:"root@debianpc:~/V-REP# ./vrep.sh ./vrep.sh: 17: ./vrep.sh: /root/V-REP/vrep: not found"
There is a difference between path where you actually have vrep (/root/home/v-rep) and path mentioned in output (/root/v-rep). It looks like vrep script thinks it is in diferent location, what might be connected to running it as a root user.
I'd strongly advise you to not use root account to everyday work. I'm not sure about it (I can't try it by myself on debian) but if you do the same as normal user and run vrep from your home directory it should work.
The expected path might be like this:
home directory: /home/user
vrep directory: /home/user/v-rep