test [test] Eng
1.test
[명사] ~ (on sth) (지식능력 등을 알아보기 위한) 시험[테스트/검사] 참조 driving test
2.test2
[명사] [동물] 겉껍질, 외각(shell); [식물] = TESTA
3.test.
testament(ary); testator; testimonial; testimony.
4.Test.
Testament(ary)
5.Test match (←Test)
[명사] 테스트 매치(크리켓·럭비의 국가 간 경기. 보통 일련의 순회 경기 중 일부로 치뤄짐)
6.시험 試驗
(지식·능력 등을 평가하는 일) exam, test, (formal) examination; (퀴즈) quiz
7.실험 實驗
(scientific) experiment, test, (formal) experimentation, experiment (with/on), test, conduct[perform, do, carry out] an experiment
8.검사1 檢査
[명사] examination, inspection, test, check; (의료상의) checkup, [동사] examine, inspect, test, check (out)
9.테스트 test
[명사, 동사] test
10.시험지 試驗紙
test paper, test
{"mean":["test<br/><br/>[명사]\n\t\t ~ (on sth)\n\t\t \t\t(지식능력 등을 알아보기 위한) 시험[테스트/검사]\n\n\t\t 참조 driving test","test2<br/><br/>[명사]\n\t\t \t\t[동물] 겉껍질, 외각(shell); [식물] = TESTA","test.<br/><br/>testament(ary); testator; testimonial; testimony.","Test.<br/><br/>Testament(ary)","Test match\n \t\t\t\n\t \t(←Test)<br/><br/>[명사]\n\t\t \t\t테스트 매치(크리켓·럭비의 국가 간 경기. 보통 일련의 순회 경기 중 일부로 치뤄짐)","시험\n \t\t\t試驗<br/><br/>(지식·능력 등을 평가하는 일) exam, test, (formal) examination; (퀴즈) quiz","실험\n \t\t\t實驗<br/><br/>(scientific) experiment, test, (formal) experimentation, experiment (with/on), test, conduct[perform, do, carry out] an experiment","검사1\n \t\t\t檢査<br/><br/>[명사] examination, inspection, test, check; (의료상의) checkup, [동사] examine, inspect, test, check (out)","테스트\n \t\t\ttest<br/><br/>[명사, 동사] test","시험지\n \t\t\t試驗紙<br/><br/>test paper, test"],"word":"\n\t\t\t\t\t\ttest\n \t\t\t\n\t \t\n\t ","soundUrl":"https://dict-dn.pstatic.net/v?_lsu_sa_=380831566db438460991516a3664f2fabd896445670dbfc26d32867b1be76041275477ea6135f97e497060a5c22500117f1c29abee636c8ff0456590e49fd9632c670cbd504867625c4c7b307016124981645661fa358738724e26da74f7d7b0fa2f1a2accdbfb188e9e80e99f944173758d6f8679d1a0a0f618c588652d2d89","phoneticSymbol":"[test]"}
가상환경 만들기
virtualenv --python=python3 test(가상환경이름)
가상환경 실행
source test/bin/activate
가상환경 종료
deactivate
가상환경 삭제
rm -rf test(가상환경)