I’m trying to use WSL1 on Windows. But bumped with this odd error when I tried to access the directory /usr/local/lib/python3.6/dist-packages/ which pip3 showed.
/bin/bash: line 0: cd: C:/program files/git/usr/local/lib/python3.6/dist-packages/: No such file or directory
Could someone shed some light on this? There is very little documentation on travis-CI Windows WSL.
$ wsl pip3 --version
pip 19.3.1 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6)
$ wsl cd /usr/local/lib/python3.6/dist-packages/
The command “wsl cd /usr/local/lib/python3.6/dist-packages/” exited with 1.
Done. Your build exited with 1.
/bin/bash: line 0: cd: C:/program files/git/usr/local/lib/python3.6/dist-packages/: No such file or directory
Travis-ci builds are at:
WSL ubuntu - Manual install
WSL ubuntu - Choco install