mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-02 09:56:27 +02:00
fix: use pip3
This commit is contained in:
parent
caf7f7f426
commit
67970e970f
1 changed files with 1 additions and 1 deletions
2
packages/samarium/0.3.1/build.sh
vendored
Normal file → Executable file
2
packages/samarium/0.3.1/build.sh
vendored
Normal file → Executable file
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
source ../../python/3.10.0/build.sh
|
source ../../python/3.10.0/build.sh
|
||||||
python3 -m pip install samarium
|
python3 -m pip3 install samarium
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue