2017-09-30 9 views
0

Windows 10 Enterprise에서 1703 빌드를 실행하고 있습니다. Anaconda 4.4.0 및 Python 3.6이 설치되어 있습니다. 나는 bash를 실행 중이며 우분투 리눅스는 o.k에 설치되어있다.Ruby for Jekyll 설치시 설치 오류가 발생했습니다.

Ruby for Jekyll (https://jekyllrb.com/docs/windows/#installing-jekyll)을 설치하려고합니다.

설치 명령은 다음과 같습니다

sudo apt-get install ruby2.3 ruby2.3-dev build-essential 

을하고 오류를 제공합니다

[email protected]:/mnt/c/Windows/System32# sudo apt-get install ruby2.3 ruby2.3-dev build-essential 
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. 
[email protected]:/mnt/c/Windows/System32# 
[email protected]:/mnt/c/Windows/System32# 
[email protected]:/mnt/c/Windows/System32# sudo dpkg --configure -a 
dpkg: dependency problems prevent configuration of python3.5: 
python3.5 depends on python3.5-minimal (= 3.5.2-2ubuntu0~16.04.3); however: 
    Version of python3.5-minimal on system is 3.5.2-2ubuntu0~16.04.1. 
python3.5 depends on libpython3.5-stdlib (= 3.5.2-2ubuntu0~16.04.3); however: 
    Package libpython3.5-stdlib:amd64 is not installed. 

dpkg: error processing package python3.5 (--configure): 
dependency problems - leaving unconfigured 
Setting up libapt-inst2.0:amd64 (1.2.24) ... 
dpkg: unrecoverable fatal error, aborting: 
unable to truncate for updated status of 'libapt-inst2.0:amd64': Invalid argument 
[email protected]:/mnt/c/Windows/System32# 

어떤 도움을 크게 감상 할 수 있습니다.

찰스

+0

당신은 Cloud9 사용을 고려할 수 있습니다 https://stackoverflow.com/a/46144384/2397550 – JoostS

답변

0

내가 지킬를 설치하는 가장 좋은 방법은 리눅스 서브 시스템의 방법으로 설치했다 인터넷에 많은 글을 읽어 보시기 바랍니다. 나는 이것이 나쁜 충고임을 깨닫는다. 문제가 생기면 (위 참조), 나는 다시 시작했다. Windows 10 Enterprise의 빌드 1703에는 이미 https://jekyllrb.com/docs/installation/의 지침에 따라 Jekyll을 설치할 인프라가 있다는 것을 알았습니다. 나는이 지시를 따랐고 지킬을 새로 설치했습니다. 우분투 설치에 신경 쓰지 마라. 필요 없으며 700MB 이상의 디스크 공간을 절약 할 수 있습니다.

찰스