Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
toyg
on May 26, 2020
|
parent
|
context
|
favorite
| on:
Today’s Javascript, from an outsider’s perspective
I’ve been using django since v1 and never, ever used virtualenvwrapper.
Python3 -m venv env. That’s all it takes.
wyclif
on May 26, 2020
|
next
[–]
A lot of people make the mistake of including the point release in that command. It's not necessary, specifying Python3 will do it.
guggle
on May 26, 2020
|
prev
[–]
That's what I do too. Never understood why I should use something else.
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Python3 -m venv env. That’s all it takes.