Viewing profile — scriptme
scriptme
HN member- Joined
- Mon, Mar 25, 2024, 3:40 PM UTC
- HN karma
- 2
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About scriptme
No profile information was provided.
Recent public activity
-
comment
Comment #39817751
Here's all the project boilerplate you need with pyenv when working on a new project. > $ pyenv install 3.8 > $ pyenv local 3.8 > $ python3 -m venv .venv > $ source .venv/bin/activ…