removed minor python version from broker script
This commit is contained in:
parent
9fc3e3c62d
commit
94c2ac2a3e
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
# Run basebox broker from the samples/toodo/bbconf directory
|
||||
PYO3_PYTHON=python3.10 cargo run --manifest-path ../../../broker/Cargo.toml -- -c broker-config.toml
|
||||
PYO3_PYTHON=python3 cargo run --manifest-path ../../../broker/Cargo.toml -- -c broker-config.toml
|
||||
|
Loading…
Reference in New Issue
Block a user