Skip to content

Commit

Permalink
Caveat about old (3.6) pyenv python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gl-yziquel committed Jul 24, 2024
1 parent 8c1b66d commit a9accc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ conan profile new --detect default
python3 -m pip install pip==23.1.2
```

Caveat: ensure that no old, say, 3.6 version of python is installed with
pyenv as it will be picked up quite against your will, even if not
activated, in a section of the build pertaining to pybind11. The python
version constraints thus apply even to unactivated pyenv python version.

# Build and run

## Rust library and REPL
Expand Down

0 comments on commit a9accc8

Please sign in to comment.