-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from IonesioJunior/hotfix/update_user_config_path
Hotfix/update user config path
- Loading branch information
Showing
2 changed files
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
#!/bin/sh | ||
if [ ! -d ".venv" ]; then | ||
echo "Virtual environment not found. Creating one..." | ||
uv venv .venv | ||
echo "Virtual environment created successfully." | ||
else | ||
echo "Virtual environment already exists." | ||
fi | ||
uv pip install http://20.168.10.234:8080/wheel/syftbox-0.1.0-py3-none-any.whl | ||
uv venv --allow-existing | ||
uv pip install --upgrade syftbox | ||
uv run python main.py |