-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add python and python 3
- Loading branch information
Showing
15 changed files
with
245 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
tests/doctor/test_doctor.test_doctor_all_failed_on_linux.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
DEBUG: Running 'pipx list --short' in '{current_working_directory}' | ||
DEBUG: Running 'docker -v' in '{current_working_directory}' | ||
DEBUG: Running 'docker-compose -v' in '{current_working_directory}' | ||
DEBUG: Running 'git --version' in '{current_working_directory}' | ||
DEBUG: Running 'python --version' in '{current_working_directory}' | ||
DEBUG: Running 'python3 --version' in '{current_working_directory}' | ||
DEBUG: Running 'pipx --version' in '{current_working_directory}' | ||
DEBUG: Running 'poetry --version' in '{current_working_directory}' | ||
DEBUG: Running 'node -v' in '{current_working_directory}' | ||
DEBUG: Running 'npm -v' in '{current_working_directory}' | ||
Time: 1990-12-31T10:09:08 | ||
AlgoKit: None found | ||
OS: Unix/Linux linux_version | ||
Docker: None found. | ||
Docker required to `run algokit sandbox` command; install via https://docs.docker.com/get-docker/ | ||
Docker Compose: None found. | ||
Docker Compose 2.5 required to `run algokit sandbox command`; install via https://docs.docker.com/compose/install/ | ||
Git: None found. | ||
Git required to run `algokit init`; install via https://github.com/git-guides/install-git | ||
AlgoKit Python: None found. | ||
Global Python: None found. | ||
Global Python3: None found. | ||
Pipx: None found. | ||
Pipx is required to install Poetry; install via https://pypa.github.io/pipx/ | ||
Poetry: None found. | ||
Poetry is required for some Python-based templates; install via `algokit bootstrap` within project directory, or via https://python-poetry.org/docs/#installation | ||
Node.js: None found. | ||
Node.js is required for some Node.js-based templates; install via `algokit bootstrap` within project directory, or via https://nodejs.dev/en/learn/how-to-install-nodejs/ | ||
Npm: None found. | ||
If you are experiencing a problem with algokit, feel free to submit an issue via https://github.com/algorandfoundation/algokit-cli/issues/new; please include this output, if you want to populate this message in your clipboard, run `algokit doctor -c` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
tests/doctor/test_doctor.test_doctor_all_failed_on_windows.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
DEBUG: Running 'pipx list --short' in '{current_working_directory}' | ||
DEBUG: Running 'choco' in '{current_working_directory}' | ||
DEBUG: Running 'docker -v' in '{current_working_directory}' | ||
DEBUG: Running 'docker-compose -v' in '{current_working_directory}' | ||
DEBUG: Running 'git --version' in '{current_working_directory}' | ||
DEBUG: Running 'python --version' in '{current_working_directory}' | ||
DEBUG: Running 'python3 --version' in '{current_working_directory}' | ||
DEBUG: Running 'pipx --version' in '{current_working_directory}' | ||
DEBUG: Running 'poetry --version' in '{current_working_directory}' | ||
DEBUG: Running 'node -v' in '{current_working_directory}' | ||
DEBUG: Running 'npm -v' in '{current_working_directory}' | ||
Time: 1990-12-31T10:09:08 | ||
AlgoKit: None found | ||
Chocolatey: None found | ||
OS: Windows windows_version | ||
Docker: None found. | ||
Docker required to `run algokit sandbox` command; install via https://docs.docker.com/get-docker/ | ||
Docker Compose: None found. | ||
Docker Compose 2.5 required to `run algokit sandbox command`; install via https://docs.docker.com/compose/install/ | ||
Git: None found. | ||
Git required to `run algokit init`; install via `choco install git` if using Chocolatey or via https://github.com/git-guides/install-git#install-git-on-windows | ||
AlgoKit Python: None found. | ||
Global Python: None found. | ||
Global Python3: None found. | ||
Pipx: None found. | ||
Pipx is required to install Poetry; install via https://pypa.github.io/pipx/ | ||
Poetry: None found. | ||
Poetry is required for some Python-based templates; install via `algokit bootstrap` within project directory, or via https://python-poetry.org/docs/#installation | ||
Node.js: None found. | ||
Node.js is required for some Node.js-based templates; install via `algokit bootstrap` within project directory, or via https://nodejs.dev/en/learn/how-to-install-nodejs/ | ||
Npm: None found. | ||
If you are experiencing a problem with algokit, feel free to submit an issue via https://github.com/algorandfoundation/algokit-cli/issues/new; please include this output, if you want to populate this message in your clipboard, run `algokit doctor -c` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.