fix: use pip3

This commit is contained in:
Endercheif 2022-11-13 19:39:01 -08:00
parent caf7f7f426
commit 67970e970f
No known key found for this signature in database
GPG Key ID: 7767459A0C8BEE00
1 changed files with 1 additions and 1 deletions

2
packages/samarium/0.3.1/build.sh vendored Normal file → Executable file
View File

@ -1,3 +1,3 @@
#!/bin/bash
source ../../python/3.10.0/build.sh
python3 -m pip install samarium
python3 -m pip3 install samarium