Skip to content

Commit

Permalink
meta-opentrons: python 3.10 site paths
Browse files Browse the repository at this point in the history
Forgot to update these.
  • Loading branch information
sfoster1 committed Jan 11, 2024
1 parent 604f8a3 commit 0f02105
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Add the path to the rw package directory in /var
/var/user-packages/usr/lib/python3.8/site-packages/
/var/user-packages/usr/lib/python3.10/site-packages/
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RuntimeDirectory=jupyter
Environment=RUNNING_ON_VERDIN=true
Environment=OT_SYSTEM_VERSION=##OT_SYSTEM_VERSION##
Environment=OT_API_FF_enableOT3HardwareController=true
Environment=PYTHONPATH=/opt/opentrons-robot-server:/usr/lib/python3.8/site-packages
Environment=PYTHONPATH=/opt/opentrons-robot-server:/usr/lib/python3.10/site-packages
Environment=JUPYTER_RUNTIME_DIR=%t/jupyter
Environment=JUPYTER_CONFIG_DIR=%S/jupyter/config
Environment=JUPYTER_DATA_DIR=%S/jupyter/data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ExecStart=python3 -m uvicorn robot_server:app --uds /run/aiohttp.sock --ws wspro
StateDirectory=opentrons-robot-server
Environment=OT_API_FF_enableOT3HardwareController=true
Environment=RUNNING_ON_PI=true
Environment=PYTHONPATH=/opt/opentrons-robot-server:/usr/lib/python3.8/site-packages
Environment=PYTHONPATH=/opt/opentrons-robot-server:/usr/lib/python3.10/site-packages
Environment=OT_ROBOT_SERVER_persistence_directory=%S/opentrons-robot-server
Environment=OT_ROBOT_SERVER_maximum_unused_protocols=20
Restart=on-failure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ After=nginx.service
Type=notify
ExecStart=python3 -m system_server
StateDirectory=opentrons-system-server
Environment=PYTHONPATH=/opt/opentrons-system-server:/usr/lib/python3.8/site-packages
Environment=PYTHONPATH=/opt/opentrons-system-server:/usr/lib/python3.10/site-packages
Environment=OT_SYSTEM_SERVER_persistence_directory=/var/lib/opentrons-system-server
Restart=on-failure
TimeoutStartSec=3min
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=nginx.service
[Service]
Type=notify
ExecStart=python3 -m otupdate.openembedded -p 34000
Environment=PYTHONPATH=/opt/opentrons-update-server:/usr/lib/python3.8/site-packages
Environment=PYTHONPATH=/opt/opentrons-update-server:/usr/lib/python3.10/site-packages
Restart=on-failure
TimeoutStartSec=3min

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ After=nginx.service
Type=simple
ExecStart=python3 -m ot3usb
StateDirectory=opentrons-usb-bridge
Environment=PYTHONPATH=/opt/ot3usb:/usr/lib/python3.8/site-packages
Environment=PYTHONPATH=/opt/ot3usb:/usr/lib/python3.10/site-packages
Restart=on-failure
TimeoutStartSec=3min

Expand Down

0 comments on commit 0f02105

Please sign in to comment.