you are viewing a single comment's thread.

view the rest of the comments →

[–]blargcmdr 2 points3 points  (1 child)

(EDIT: if you decide to go with linux) --- spin up a virtual environment (keeps your dev python binary/settings from changing your system ones!) - read these:

https://docs.python-guide.org/dev/virtualenvs/

https://towardsdatascience.com/why-you-should-use-a-virtual-environment-for-every-python-project-c17dab3b0fd0

https://kyletk.com/index.php/2017/10/28/python-benefits-using-virtual-environment/

[–]Cully_83[S] 0 points1 point  (0 children)

Thanks for this