파이선을 usb에 저장 휴대
https://stackoverrun.com/ko/q/10806786
검색
Running python3 from a usb drive (portably)
2
I want to run python3 on our school computers (under Windows) during our programming classes. I installed python 3.1 onto a USB flash drive at home (using Windows), and brought it to school. However, it gives me the following error:
The program can't start because python31.dll is missing from your computer. Try reinstalling the program to fix this problem.
How do I get the file, where do I put it (can I put it onto the USB itself?) and/or is there a better alternative for python3 portability? The reason why I don't simply use an online editor is because I also want to have pygame along with python on the USB.