DEV Community

Discussion on: A Failed Experiment with Python Type Annotations

Collapse
 
mortoray profile image
edA‑qa mort‑ora‑y

Oh, I guess I'll try this approach first, since Ubuntu is on Python 3.6.8.

Collapse
 
evanoman profile image
Evan Oman

I also highly recommend conda environments, it is really nice to have per-project Python version and dependency specifications without messing with system Python.

Thread Thread
 
miniscruff profile image
miniscruff

Python has venv so you can just run python -m venv {path}.