We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran the following:
docker run -it --rm themattrix/pyenv bash -c "ls /.pyenv"
However the only files returned are the following and that means none of the specified Python versions in python-versions.txt are installed :
python-versions.txt
-rw-r--r-- 1 root root 19 Sep 18 2018 .agignore drwxr-xr-x 2 root root 4096 Sep 18 2018 bin -rw-r--r-- 1 root root 25433 Sep 18 2018 CHANGELOG.md -rw-r--r-- 1 root root 7522 Sep 18 2018 COMMANDS.md drwxr-xr-x 2 root root 4096 Sep 18 2018 completions -rw-r--r-- 1 root root 3390 Sep 18 2018 CONDUCT.md drwxr-xr-x 8 root root 4096 Sep 18 2018 .git drwxr-xr-x 2 root root 4096 Sep 18 2018 .github -rw-r--r-- 1 root root 107 Sep 18 2018 .gitignore drwxr-xr-x 2 root root 4096 Sep 18 2018 libexec -rw-r--r-- 1 root root 1092 Sep 18 2018 LICENSE -rw-r--r-- 1 root root 295 Sep 18 2018 Makefile drwxr-xr-x 8 root root 4096 Sep 18 2018 plugins drwxr-xr-x 4 root root 4096 Sep 18 2018 pyenv.d -rw-r--r-- 1 root root 15676 Sep 18 2018 README.md drwxr-xr-x 2 root root 4096 Sep 18 2018 src -rw-r--r-- 1 root root 104764 Sep 18 2018 terminal_output.png drwxr-xr-x 3 root root 4096 Sep 18 2018 test -rw-r--r-- 1 root root 475 Sep 18 2018 .travis.yml -rw-r--r-- 1 root root 35 Sep 18 2018 .vimrc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran the following:
docker run -it --rm themattrix/pyenv bash -c "ls /.pyenv"
However the only files returned are the following and that means none of the specified Python versions in
python-versions.txt
are installed :The text was updated successfully, but these errors were encountered: