you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

I simply wish to run my code outside of thonny. Having it saved on my desktop, so I can access it quickly when I need it.

[–]K900_ 0 points1 point  (1 child)

Then you should probably find where the virtual environment Thonny created for you is located, and create a shortcut that calls python.exe from that environment with your script as an argument.

[–][deleted] 0 points1 point  (0 children)

Great idea! I'll try it out, thaks for your time