Skip to content

Commit

Permalink
fix: python virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Nov 24, 2024
1 parent 6c621a6 commit 3a7c1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Argcfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ _build_py_shim() {
#!/usr/bin/env bash
set -e
if [[ -d "__ROOT_DIR__/__VENV_DIR__/bin/activate" ]]; then
if [[ -f "__ROOT_DIR__/__VENV_DIR__/bin/activate" ]]; then
source "__ROOT_DIR__/__VENV_DIR__/bin/activate"
fi
Expand Down

0 comments on commit 3a7c1e1

Please sign in to comment.