Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

jamiechicago312
Copy link
Collaborator

  • This change is worth documenting at https://docs.all-hands.dev/
  • Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below

End-user friendly description of the problem this fixes or functionality this introduces.

Fixes missing Ubuntu installation instructions for Windows users setting up OpenHands locally. Windows users can now successfully install and access the WSL terminal needed to run OpenHands Docker commands.


Summarize what the PR does, explaining any non-trivial design decisions.

This PR addresses issue #10483 by adding missing Ubuntu installation steps to the Windows WSL setup documentation. The changes include:

  1. Added Ubuntu Installation Section: Added a new "Ubuntu (Linux Distribution)" section with clear step-by-step instructions for installing Ubuntu via WSL
  2. Enhanced Terminal Access Instructions: Updated the Docker command note to specify how users can access the Ubuntu terminal

The documentation now follows the logical flow: WSL → Ubuntu → Docker Desktop, ensuring Windows users have all necessary components to run OpenHands locally.

Technical Details:

  • Added 4-step Ubuntu installation process using wsl --install -d Ubuntu
  • Included verification step with wsl --list command
  • Updated terminal access instructions to specify wsl -d Ubuntu command or Start menu search
  • Maintains existing documentation structure and formatting

Link of any specific issues this addresses:

Fixes #10483

@jamiechicago312 can click here to continue refining the PR

Fixes All-Hands-AI#10483

- Added Ubuntu installation instructions to Windows prerequisites
- Clarified how to access the Ubuntu terminal for running Docker commands
- Addresses issue where users couldn't find WSL terminal after installing WSL

Co-authored-by: openhands <openhands@all-hands.dev>
Copy link
Collaborator

@xingyaoww xingyaoww left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@xingyaoww xingyaoww enabled auto-merge (squash) August 18, 2025 21:56
1. Install Ubuntu: `wsl --install -d Ubuntu` in PowerShell as Administrator.
2. Restart computer when prompted.
3. Open Ubuntu from Start menu to complete setup.
4. Verify installation: `wsl --list` should show Ubuntu.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting that you had to explicitly do this. I don't recall having to do this but good to be sure! Thanks!

@xingyaoww xingyaoww merged commit 6448f5a into All-Hands-AI:main Aug 25, 2025
17 checks passed
chuckbutkus pushed a commit that referenced this pull request Aug 26, 2025
Co-authored-by: openhands <openhands@all-hands.dev>
@jamiechicago312 jamiechicago312 deleted the fix-ubuntu-dependency branch August 27, 2025 20:55
enyst pushed a commit to enyst/playground that referenced this pull request Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Missing Ubuntu Dependency for Windows Users When Run Locally in Docs

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.