Y
Hacker News
new
|
ask
|
show
|
jobs
by
dcewcrrec
2153 days ago
1) python3 -m venv venvname
2) source venvname/bin/activate
then you do everything in the virtual environment...
1 comments
kortilla
2153 days ago
And then what’s the packaging/distribution story to run it everywhere else?
link
pydry
2153 days ago
Do beginners really need to delve into the finer details of all that?
link
kortilla
2153 days ago
I mean, yeah. Using the software you wrote on other machines is a big part of the software development experience.
link
skrtskrt
2153 days ago
Poetry
link