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

And then what’s the packaging/distribution story to run it everywhere else?
Do beginners really need to delve into the finer details of all that?
I mean, yeah. Using the software you wrote on other machines is a big part of the software development experience.
Poetry