파이선을 usb에 저장 휴대

https://stackoverrun.com/ko/q/10806786

 

windows - usb 드라이브에서 파이썬 3을 실행 (이식 가능)

프로그래밍 클래스 중에 학교 컴퓨터 (Windows)에서 python3을 실행하고 싶습니다. 파이썬 3.1을 집에서 USB 플래시 드라이브에 설치하고 (Windows 사용) 학교에 가져 왔습니다. python3 이동성을위한 더 나은 대안을 (필자는 USB 자체에 넣을 수 있습니까?) 나는 그것을 넣을까요 내가 파일을 얻는 방법 The program ...

stackoverrun.com

 

 

stackoverrun

 KO

질문하다

검색

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.