Files
quantconnect--lean/Common/Python/Python.Runtime.dll.config
T
2026-07-13 13:02:50 +08:00

7 lines
411 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- For Linux and Mac users: uncomment and fill either of the following: -->
<!-- <dllmap os="linux" dll="python3.6m" target = "/home/{your_user_name}/miniconda3/envs/{qc_environment}/lib/libpython3.6m.so"/> -->
<!-- <dllmap os="osx" dll="python3.6m" target = "/Users/{your_user_name}/anaconda3/lib/libpython3.6m.dylib"/> -->
</configuration>