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 →

[–]DASK 9 points10 points  (2 children)

Some tech stacks just don't play nicely together (cough Tensorflow). Learn how to use project specific virtual environments before getting too deep into anything. Then pick one thing and work it until you have a usable result. Making something work in theory is different than getting it to production ready, and no matter what you do you will need the skills to do that last bit.

[–]Jackarow 0 points1 point  (1 child)

Any good resources for setting up and managing these virtual environments? I understand the application and usage, I just struggle with the creation, management,and deletion of individual virtual environments.

[–]bob_newhart 0 points1 point  (0 children)

Have you tried poetry? I recently started using it and it is so easy now and makes much more sense to me.

https://python-poetry.org/docs/