DEV Community

Discussion on: A Failed Experiment with Python Type Annotations

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}.