728x90
반응형

전체 글 177

python library install

[ telnetlib (telnetlib3) ] $ pip install telnetlib3 Defaulting to user installation because normal site-packages is not writeable Collecting telnetlib3 Downloading telnetlib3-2.0.0-py2.py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.2/89.2 kB 3.5 MB/s eta 0:00:00 Installing collected packages: telnetlib3 Successfully installed telnetlib3-2.0.0 $ pip install telnetlib Default..

개발/Python 2023.03.07

error loading libfuse.so.2

$ ./Vrew-0.13.24-x86_64.AppImage dlopen(): error loading libfuse.so.2 AppImages require FUSE to run. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information => libfuse2 install $ sudo apt install libfuse2 [sudo] gangserver 암호: 패키지 목록을 읽는 중입니다... 완료 의존성 트리를 만드는 중입니..

OS/Ubuntu 2023.02.28

Ubuntu 20.04 Python 3.9 / 3.10 install

package install $ sudo apt install software-properties-common repository add $ sudo add-apt-repository ppa:deadsnakes/ppa Python 3.9 install $ sudo apt install python3.9 Python 3.10 install $ sudo apt install python3.10 [ console log ] $ sudo apt install software-properties-common 패키지 목록을 읽는 중입니다... 완료 의존성 트리를 만드는 중입니다 상태 정보를 읽는 중입니다... 완료 패키지 software-properties-common는 이미 최신 버전입니다 (0.99.9.8). ..

개발/Python 2022.04.04
728x90
반응형