Skip to content

Commit

Permalink
revert helper to default python binary
Browse files Browse the repository at this point in the history
deafmute1 committed Jan 22, 2025
1 parent fd659cd commit 0e7cfad
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/helper.sh
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@ set -a # export all vars following, including activation script
A_ENV_LOC="./env"
if [ ! -d "$A_ENV_LOC" ]; then
# for testing python compatibility
/opt/homebrew/Cellar/[email protected]/3.9.21/bin/python3.9 -m venv "$A_ENV_LOC"
#/opt/homebrew/Cellar/[email protected]/3.9.21/bin/python3.9 -m venv "$A_ENV_LOC"
#/opt/homebrew/Cellar/[email protected]/3.10.15/bin/python3.10 -m venv "$A_ENV_LOC"
#/usr/bin/env python3 -m venv "$A_ENV_LOC"
/usr/bin/env python3 -m venv "$A_ENV_LOC"
source "${A_ENV_LOC}/bin/activate"
pip3 install -r ./requirements.txt
fi
2 changes: 2 additions & 0 deletions workflow/info.plist
Original file line number Diff line number Diff line change
@@ -700,6 +700,8 @@ You can search/display a collection via a custom keyword.
<string>A_LW_URL</string>
</dict>
</array>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>1.6</string>
<key>webaddress</key>

0 comments on commit 0e7cfad

Please sign in to comment.