Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ptx
on May 23, 2019
|
parent
|
context
|
favorite
| on:
PEP 594 – Removing dead batteries from Python's st...
> virtualenv is not installed by default
It is, but it's called venv these days:
python3 -m venv my_venv
(Unless you're sticking to a very old version of Python, but in that case there's nothing the Python developers could do about it.)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
It is, but it's called venv these days:
(Unless you're sticking to a very old version of Python, but in that case there's nothing the Python developers could do about it.)