예전에 적은게 있나 모르겠다만
그냥 생각나서 라즈베리에서 쳐보니까
기본으로 패키지 통합된 듯
pi@raspberrypi:~ $ python Python 2.7.9 (default, Sep 17 2016, 20:26:04) [GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> exit() |
pi@raspberrypi:~ $ pypy Python 2.7.10 (4.0.1+dfsg-1+rpi1, Mar 07 2016, 10:36:18) [PyPy 4.0.1 with GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>>> exit() |
pi@raspberrypi:~ $ which python /usr/bin/python pi@raspberrypi:~ $ which pypy /usr/bin/pypy pi@raspberrypi:~ $ ll /usr/bin/pypy lrwxrwxrwx 1 root root 22 Mar 8 2016 /usr/bin/pypy -> ../lib/pypy/bin/pypy-c pi@raspberrypi:~ $ ll /usr/lib/pypy/bin total 32604 drwxr-xr-x 2 root root 4096 Nov 26 2016 . drwxr-xr-x 8 root root 4096 Nov 26 2016 .. -rwxr-xr-x 1 root root 33374512 Mar 8 2016 pypy-c |
'Programming > python(파이썬)' 카테고리의 다른 글
python + openGL (0) | 2019.04.30 |
---|---|
python + openCV 공부 시작 (0) | 2019.04.30 |
파이썬 print가 희한하네.. (0) | 2017.04.02 |
파이썬 리스트(list)와 튜플(tuple) (0) | 2017.04.02 |
파이썬 type 확인하기 (0) | 2017.04.02 |