Skip to content

Commit 9eef29d

Browse files
authored
meta-opentrons: python 3.10 site paths (#118)
Forgot to update these.
1 parent 604f8a3 commit 9eef29d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Add the path to the rw package directory in /var
2-
/var/user-packages/usr/lib/python3.8/site-packages/
2+
/var/user-packages/usr/lib/python3.10/site-packages/

layers/meta-opentrons/recipes-robot/opentrons-jupyter-notebook/files/jupyter-notebook.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RuntimeDirectory=jupyter
1313
Environment=RUNNING_ON_VERDIN=true
1414
Environment=OT_SYSTEM_VERSION=##OT_SYSTEM_VERSION##
1515
Environment=OT_API_FF_enableOT3HardwareController=true
16-
Environment=PYTHONPATH=/opt/opentrons-robot-server:/usr/lib/python3.8/site-packages
16+
Environment=PYTHONPATH=/opt/opentrons-robot-server:/usr/lib/python3.10/site-packages
1717
Environment=JUPYTER_RUNTIME_DIR=%t/jupyter
1818
Environment=JUPYTER_CONFIG_DIR=%S/jupyter/config
1919
Environment=JUPYTER_DATA_DIR=%S/jupyter/data

layers/meta-opentrons/recipes-robot/opentrons-robot-server/files/opentrons-robot-server.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ExecStart=python3 -m uvicorn robot_server:app --uds /run/aiohttp.sock --ws wspro
1111
StateDirectory=opentrons-robot-server
1212
Environment=OT_API_FF_enableOT3HardwareController=true
1313
Environment=RUNNING_ON_PI=true
14-
Environment=PYTHONPATH=/opt/opentrons-robot-server:/usr/lib/python3.8/site-packages
14+
Environment=PYTHONPATH=/opt/opentrons-robot-server:/usr/lib/python3.10/site-packages
1515
Environment=OT_ROBOT_SERVER_persistence_directory=%S/opentrons-robot-server
1616
Environment=OT_ROBOT_SERVER_maximum_unused_protocols=20
1717
Restart=on-failure

layers/meta-opentrons/recipes-robot/opentrons-system-server/files/opentrons-system-server.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ After=nginx.service
77
Type=notify
88
ExecStart=python3 -m system_server
99
StateDirectory=opentrons-system-server
10-
Environment=PYTHONPATH=/opt/opentrons-system-server:/usr/lib/python3.8/site-packages
10+
Environment=PYTHONPATH=/opt/opentrons-system-server:/usr/lib/python3.10/site-packages
1111
Environment=OT_SYSTEM_SERVER_persistence_directory=/var/lib/opentrons-system-server
1212
Restart=on-failure
1313
TimeoutStartSec=3min

layers/meta-opentrons/recipes-robot/opentrons-update-server/files/opentrons-update-server.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ After=nginx.service
66
[Service]
77
Type=notify
88
ExecStart=python3 -m otupdate.openembedded -p 34000
9-
Environment=PYTHONPATH=/opt/opentrons-update-server:/usr/lib/python3.8/site-packages
9+
Environment=PYTHONPATH=/opt/opentrons-update-server:/usr/lib/python3.10/site-packages
1010
Restart=on-failure
1111
TimeoutStartSec=3min
1212

layers/meta-opentrons/recipes-robot/opentrons-usb-bridge/files/opentrons-usb-bridge.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ After=nginx.service
77
Type=simple
88
ExecStart=python3 -m ot3usb
99
StateDirectory=opentrons-usb-bridge
10-
Environment=PYTHONPATH=/opt/ot3usb:/usr/lib/python3.8/site-packages
10+
Environment=PYTHONPATH=/opt/ot3usb:/usr/lib/python3.10/site-packages
1111
Restart=on-failure
1212
TimeoutStartSec=3min
1313

0 commit comments

Comments
 (0)