Pylon, Linux - set up variables???
Hi community.
How can I set up the pylon environment variables to be persistent on Linux?
Regards.
Hi community.
How can I set up the pylon environment variables to be persistent on Linux?
Regards.
yes, you can add the pylon envirement variables in ~/.bashrc
i have read this from a document ...
#sudo gedit .profile ... add the following lines to the end of the file:
# pylon settings
if [-d "/opt/pylon5"] ; then
. /opt/pylon5/bin/pylon-setup-env.sh /opt/pylon5
fi
(good for the actual pylon 5 version in standard folder installed; log in newly)
Just drop us an email to ... Show more