I want to run my remote server tryton version 3.6.0
using the following command : ./trytond
but it show me an error :
~/gnuhealth/tryton/server/trytond-3.6.0/bin $ ./trytond
/home/gnuhealth/gnuhealth/tryton/server/trytond-3.6.0/trytond/modules/__init__.py:38: UserWarning: Module trytond was already imported from /home/gnuhealth/gnuhealth/tryton/server/trytond-3.6.0/trytond/__init__.pyc, but /usr/lib/python2.7/dist-packages is being added to sys.path
import pkg_resources
Please help me to resolve this problem.