chore: Update & restructure instructions for setting up dev environment#637
Merged
chore: Update & restructure instructions for setting up dev environment#637
Conversation
jforsman
reviewed
Aug 18, 2025
Contributor
jforsman
left a comment
There was a problem hiding this comment.
Now this looks a lot better than before, just some more detailed things to add in my opinion.
| pyenv install 3.11.9 | ||
| ``` | ||
|
|
||
| If you encounter trouble building python 3.11.9 even after setting up the suggested build environment, you should consult the [pyenv common problems FAQ](https://github.com/pyenv/pyenv/wiki/Common-build-problems) to proceed. |
Contributor
There was a problem hiding this comment.
Maybe even add the specific 3.11.9 installation problem with ubuntu here? I do not remember which libraries needed to be installed.
Contributor
Author
There was a problem hiding this comment.
Actually for Ubuntu 24.04 the problem is irrelevant since it's got a newer python than 3.11.9. But the suggested build environment on the previous paragraph (should) cover all build dependencies for 3.11.9
From the VM:
thiago@ubuntu-sandbox:~$ pyenv global system
thiago@ubuntu-sandbox:~$ python3 --version
Python 3.12.3
thiago@ubuntu-sandbox:~$ head -1 /etc/os-release
PRETTY_NAME="Ubuntu 24.04.2 LTS"15eed78 to
33aee7c
Compare
|
jforsman
approved these changes
Aug 20, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.