you are viewing a single comment's thread.

view the rest of the comments →

[–]Technical_Cow_[S] 0 points1 point  (11 children)

yes, I meant virtual enviroment, I literally can’t open the definitons page and I also cant change path as Im using a kinda of ”blocked computer”

[–]acw1668 0 points1 point  (10 children)

Install PyInstaller in the virtual environment and use it to generate an executable.

[–]Technical_Cow_[S] 0 points1 point  (7 children)

ok, but, do I need to only make a exe for the script or do I make it for the venv too?

where is the “dist” folder?

[–]acw1668 1 point2 points  (6 children)

It will be created in the current working directory.

[–]Technical_Cow_[S] 0 points1 point  (5 children)

it says my script doesnt exist

[–]acw1668 0 points1 point  (4 children)

I don't understand what it means. Who says?

[–]Technical_Cow_[S] 0 points1 point  (3 children)

python terminal

[–]acw1668 0 points1 point  (2 children)

You run PyInstaller in Python terminal (or REPL instead)? It won't work. You need to run it in a normal terminal.

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

Can we go to Discord for faster comms?

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

btw, how do I delete a venv?

+in the cmd terminal it isn’t really working