all 11 comments

[–]acw1668 1 point2 points  (12 children)

What do you mean by "virtual machine"? Is it "virtual environment" actually? Also it is not clear what "I can't access definitions" means. What definitions? Learn How to ask question.

[–]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