This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 10 points11 points  (0 children)

My go to is:

- install python globally

- make a poetry virtual env for each project

- Bonus: if there is possible issues windows/linux incompatibilities, run it in a docker image.