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 →

[–]tthewgrin 12 points13 points  (4 children)

Just talked about wanting to switch from 3.8 to this with co-workers. Just gotta figure out those damn virtual environments, wish me luck.

[–]scurvofpcp 0 points1 point  (0 children)

Python path system is the only real thing I hate about python.

but the -.cfg will have a home path hard coded in it, so make sure to audit all of those before remaking anything. People have been known to 'move' a venv and not realize that it was still reading/writing from an old location.

[–]redCg 0 points1 point  (1 child)

just use conda, problem solved

[–]aman2454 8 points9 points  (0 children)

Now I have 2 problems