Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
killjoywashere
on March 14, 2023
|
parent
|
context
|
favorite
| on:
How Python virtual environments work
I didn’t realize venv was part of the standard library. If that’s the case, how is it that conda even exists? Anybody got a good history of this?
int_19h
on March 14, 2023
|
next
[–]
conda can install things other than Python packages. C++ compilers, for example, or native libraries that Python packages depend on.
randoglando
on March 14, 2023
|
prev
[–]
venv is part of the standard library from Python 3. It's not in Python 2.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: