Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
I understand the benefits of virtual environments in general, and specifically I want to use a virtual environment so that I'll have access to Pip without exposing the system Python (i.e., included...
#1: Initial revision
Why does `venv` seem to be missing or broken? Isn't it part of the standard library?
I [understand the benefits of virtual environments in general](https://software.codidact.com/posts/291740), and specifically I want to use a virtual environment [so that I'll have access to Pip](https://software.codidact.com/posts/291787) without exposing the system Python (i.e., included with my Linux distribution) to additional risk. However, `python -m venv` isn't working for me either. What gives? Surely `venv` is part of the standard library? It certainly [seems to be listed there](https://github.com/python/cpython/tree/main/Lib/venv).