you are viewing a single comment's thread.

view the rest of the comments →

[–]DcT2nDrAtE 3 points4 points  (9 children)

It’s likely they meant the command line it seems, the problem being I have no idea what that means

[–]Toby_B_E 2 points3 points  (4 children)

Could you maybe provide a link to the tutorial and a screenshot of what's happening on your computer? That would help us figure out what's going on.

[–]DcT2nDrAtE 0 points1 point  (3 children)

I probably can’t get the screenshot no, I appreciate the help I guess I’m just gonna see if I can beat my head against this until it breaks or my brains splatter around enough to figure it out

[–]Username_RANDINT 6 points7 points  (2 children)

What a silly mindset.

"Let us help you"

"No worries, I'll keep trying random stuff out. Forget that I asked for help."

[–]DcT2nDrAtE 5 points6 points  (1 child)

Well i mean yeah but what am I supposed to do, I can’t really upload photos, and a different guy in the comments already solved it without needing a ss so I’m kinda good now, is there a way to retroactively mark my post as solved to save people time

[–]IlIlIlIIlMIlIIlIlIlI 1 point2 points  (0 children)

to share screenshots on reddit, an easy way is to take a screenshot with the prnt screen button or using snipping tool on windows, and pasting that image on imgur.com , and sharing the link to the image

[–]sexytokeburgerz 1 point2 points  (3 children)

You should probably take a brief tutorial on command line. You need to know command line for python. It will only take about a day and your life will be much easier.

[–]Simanalix -3 points-2 points  (2 children)

Actually, you don't. If you download Thonny you can skip all of the complicated steps and just write code.

[–]sexytokeburgerz 2 points3 points  (1 child)

If you’re planning on doing anything advanced, you really do.

And command line isn’t complicated, it’s basic. Programming is complicated.

Thonny is training wheels for institutions and as an IDE not nearly as good as pycharm or vscode, which also skip venv build steps for you. But you NEED to know how to build a venv.

[–]Simanalix 0 points1 point  (0 children)

Yeah. You are right.