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#
어떤 도움을 크게 감상 할 수 있습니다.
찰스
당신은 Cloud9 사용을 고려할 수 있습니다 https://stackoverflow.com/a/46144384/2397550 – JoostS