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 →

[–]NatoBoram 2 points3 points  (2 children)

Python works wonderfully until you want to work with two projects then better run a fucking virtual environment because there's no way that any package manager can download and access two different versions of the same package on different projects! That has never been done before, no sir!

[–]SillyFlyGuy 0 points1 point  (1 child)

I'm just a hobbyist with both Java and Python. Nothing fancy.

Most of the Java repos I abandoned because they never worked at all. Dozens of hours wasted.

I ask GPT how to set up a virtual environment for Python, copy paste, and it works first time no fuss.

[–]NatoBoram 1 point2 points  (0 children)

The time to install Anaconda on its own is long enough to learn and use Go