Diagnose and fix ModuleNotFoundError caused by entry point shebang pointing outside virtual environment
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill diagnose-venv-shebang-mismatch --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Diagnose Venv Shebang Mismatch?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-diagnose-venv-shebang-mismatch-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: diagnose-venv-shebang-mismatch
description: Diagnose and fix ModuleNotFoundError caused by entry point shebang pointing outside virtual environment
version: 1.0.0
source: auto-extracted
extracted: 2026-04-10
metadata:
tags: ["python", "venv", "debugging", "shebangs"]
---
# Diagnose Virtual Environment Shebang Mismatch
When a CLI tool throws ModuleNotFoundError for an installed package, check if the entry point shebang (`#!/usr/bin/env python3`) resolves to a different Python than the venv where the package is installed. Verify the installed script location (`which <command>`) against the actual venv path. Update the shebang to explicitly point to the venv's Python binary (`#!/path/to/venv/bin/python3`). Note: reinstalls/updates may revert shebangs to generic defaults — check post-install hooks if this recurs.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.