Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Virtual Environment
#1
Hello, is it possible to set the python environment to Virtual environment in the RoboDK?
#2
RoboDK automatically includes the RoboDK/Python folder as the python path (PYTHONPATH variable) when you launch a Python program from RoboDK. You can place any dependencies there.

If you want to create different environments it may be better to setup a separate projects (for example, using VSCode or PyCharm) and install the RoboDK API for Python on your preferred Python version:
https://pypi.org/project/robodk/
The RoboDK API also works when you launch it externally (not using RoboDK).
  




Users browsing this thread:
1 Guest(s)