campp-mlx-converter / deactivate.sh
BMP's picture
Add scripts to activate and deactivate the Python virtual environment
fcdbc84
raw
history blame contribute delete
348 Bytes
#!/bin/bash
# Script to deactivate the Python virtual environment
# Note: deactivate is a shell function set by activate.
# This script runs in a subshell, so it cannot deactivate the venv.
# To deactivate, run 'deactivate' directly in your current shell session.
echo "Run 'deactivate' in your current shell to deactivate the virtual environment."