asdf-python
asdf-python copied to clipboard
Python plugin for the asdf version manager
this PR allows you to install python via `asdf install python 3.10` or `asdf install python 3`. It will then install the latest version starting with that prefix. It will...
I use pyenv, but I've heard about asdf, and was researching to see if it was worth changing. I had heard asdf supported Python, but when I followed the latest...
I am using MacOS Monterey with M1 chip. I've opened a rosetta terminal by switching architectures using the following command: ``` $ arch -x86_64 /bin/zsh ``` Then, I try to...
python-build: use [email protected] from homebrew python-build: use readline from homebrew Downloading Python-3.10.0.tar.xz... -> https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tar.xz Installing Python-3.10.0... patching file aclocal.m4 patching file configure Hunk #5 succeeded at 10537 (offset -15 lines)....
ugh, so many Mac-related build problems, this homebrew installs fine for 3.10.1 and 3.9.9. ``` python-build 3.10.1 /Users/rich/.asdf/installs/python/3.10.1 python-build: use [email protected] from homebrew python-build: use readline from homebrew Downloading Python-3.10.1.tar.xz......
How can I install the development headers for Python for asdf Python installation?
``` ~ ❯ asdf install python latest python-build 3.10.4 /c/Users/MyUser/.asdf/installs/python/3.10.4 Downloading Python-3.10.4.tar.gz... -> https://www.python.org/ftp/python/3.10.4/Python-3.10.4.tgz Installing Python-3.10.4... BUILD FAILED (MSYS_NT-10.0-22000 3.3.4-341.x86_64 using python-build 2.3.0-4-g169321b3) Inspect or clean up the working tree...
Clean install of Ubuntu 20.04. Only installed `asdf` `build-essentials` and `nodejs` from `asdf` ``` asdf install python latest python-build 3.10.0 /home/luke/.asdf/installs/python/3.10.0 Downloading Python-3.10.0.tar.xz... -> https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tar.xz Installing Python-3.10.0... patching file aclocal.m4...
From original issue with more context: [asdf-ruby/issues/270](https://github.com/asdf-vm/asdf-ruby/issues/270) If `$ASDF_DATA_DIR` is set to a path with whitespace in it, the asdf-python plugin cannot do the business: ```console $ echo $ASDF_DATA_DIR /Users/ryan/Library/Application...
I hope this isn't too controversial: I personally have this `ASDF_PYTHON_PATCHES_DIRECTORY` globally set up on my machine, which is super useful when I install/reinstall random versions of Python, but is...