Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,17 @@ Now you can write things like::

f = λ a: a('hello')
f(print)

Add to pyenv
------------

In this repo there's a build file to use with `pyenv <https://github.com/pyenv/pyenv>`_.

Copy the build version with::

cp ./λython ${PYENV_ROOT}/plugins/python-build/share/python-build
pyenv install λython

Then I'm confident you'll want to use this version as your global version::

pyenv global λython
2 changes: 1 addition & 1 deletion Tools/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
mypy==1.13

# needed for peg_generator:
types-psutil==6.0.0.20240901
types-psutil==6.1.0.20241102
types-setuptools==74.0.0.20240831
7 changes: 7 additions & 0 deletions λython
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
prefer_openssl3
export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1
export PYTHON_BUILD_TCLTK_USE_PKGCONFIG=1
export PYTHON_BUILD_CONFIGURE_WITH_DSYMUTIL=1
install_package "openssl-3.3.0" "https://www.openssl.org/source/openssl-3.3.0.tar.gz#53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02" mac_openssl --if has_broken_mac_openssl
install_package "readline-8.0" "https://ftpmirror.gnu.org/readline/readline-8.0.tar.gz#e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461" mac_readline --if has_broken_mac_readline
install_git "Python-3.13-dev" "https://github.com/Bocchio/-ython" main standard verify_py313 copy_python_gdb ensurepip
Loading