mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Created install.sh and pyshelf.sh
Also refactored methods to work as a zipapp
This commit is contained in:
2
pyshelf.sh
vendored
2
pyshelf.sh
vendored
@@ -3,7 +3,7 @@
|
||||
# It sets up the environment and runs the main script.
|
||||
# first we need to activate the virtual environment
|
||||
if [ -d ".venv" ]; then
|
||||
source venv/bin/activate
|
||||
source .venv/bin/activate
|
||||
else
|
||||
echo "Virtual environment not found. Please create it first."
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user