Virtual Environment- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: General questions about RoboDK (//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Virtual Environment (/Thread-Virtual-Environment) |
Virtual Environment-mnurpeiissov-04-24-2019 Hello, is it possible to set the python environment to Virtual environment in the RoboDK? RE: Virtual Environment-Albert-04-25-2019 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/ RoboDK API还当你启动它克斯特nally (not using RoboDK). |