Skip to content

Commit

Permalink
activating/deactivating venv
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared-Bloomer committed Aug 26, 2024
1 parent 05e2a8c commit a5c968f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ if ! command -v python3; then
exit 1
else:
if [ -f /lsiopy/bin/python3 ]; then
source /lsiopy/bin/activate
/lsiopy/bin/python3 -m pip install --no-cache-dir slurpit_netbox
echo "Please update configuration.py to include "
echo "PLUGINS = ['slurpit_netbox']"
/lsiopy/bin/deactivate
else:
echo "/lsiopy/bin/python3 not found!"
exit 1
Expand Down

0 comments on commit a5c968f

Please sign in to comment.