import 설치한 모듈 이름
1. 먼저 모듈을 위한 폴더 만들기 2. 새로 만든 폴더에 setup.py라는 파일 만들기이 파일은 배포 패키지에 대한 메타데이터를 갖습니다. 이 파일에 아래의 코드를 작성합니다. from distutils.core import setup setup(name = 'name',version = '2.2.2',py_modules = ['name'],author = 'author_name',author_email = 'author@email.com',url = 'http://google.com',description = 'A simple printer of nested lists',) 3. 배포 패키지 만들기 $ python2 setup.py sdist 4. 배포 패키지를 설치하기 $ sudo python2 ..
Ubuntu GNU/Linux 12.04 LTS (Precise Pangolin) released. I wanted to manually install the Sun JDK 6 and 7 on Ubuntu.Updated for Ubuntu GNU/Linux 12.10 (Quantal Quetzal).Installing Sun JDK 6 on Ubuntu 12.04 / 12.10:Download the sun jdk 6 bin from here.Make the bin file executeable:chmod +x jdk-6u32-linux-x64.binExtract the bin file:./jdk-6u32-linux-x64.binMove extracted folder to this location:sud..
apt-get 유틸리티를 사용하지 않고 eclipse 를 설치하는 방법이다..1. http://www.eclipse.org 에서 자신이 해당하는 버전을 다운받는다.2. 압축을 푼다tar -xvf eclipse-cpp-indigo-SR2-incubation-linux-gtk-x86_64.tar.gz3. /opt 디렉토리로 eclipse 이동 ( 반드시 디렉토리 전체를 이롱시키자 )sudo mv eclipse /opt/eclipse 4. eclipse 실행파일 생성sudo vi /usr/bin/eclipse 실행후----------------------------------------#!/bin/sh export ECLIPSE_HOME=/opt/eclipse $ECLIPSE_HOME/eclipse $*---..
- Total
- Today
- Yesterday
- x1
- t470p
- x270
- t470
- Yoga 370
- x260
- socket
- x1 carbon 5th
- lenovo
- 더헌트맨
- x1 카본 5세대
- L470
- x1 카본 2017
- Thinkpad
- c++
- 키보드
- thinkpad 13
- x1c
- t460s
- 소켓
- x1 carbon
- 레노버
- t470s
- L570
- t450s
- x1 carbon 2017
- Python
- x250
- t570
- 파이썬
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |