asdf-community / asdf-python

Python plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
651 stars 56 forks source link

system + python 2 #132

Open s3rgeym opened 2 years ago

s3rgeym commented 2 years ago
~ 
➜ asdf install python 2.7.18
python-build 2.7.18 /home/sergey/.asdf/installs/python/2.7.18
Downloading Python-2.7.18.tar.xz...
-> https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tar.xz
Installing Python-2.7.18...
patching file configure
patching file configure.ac
patching file setup.py
patching file Mac/Tools/pythonw.c
patching file setup.py
patching file Doc/library/ctypes.rst
patching file Lib/test/test_str.py
patching file Lib/test/test_unicode.py
patching file Modules/_ctypes/_ctypes.c
patching file Modules/_ctypes/callproc.c
patching file Modules/_ctypes/ctypes.h
patching file Modules/_ctypes/callproc.c
patching file setup.py
patching file Mac/Modules/qt/setup.py
patching file setup.py
Installed Python-2.7.18 to /home/sergey/.asdf/installs/python/2.7.18

Installing requests[socks] python package... SUCCESS

Installing cchardet python package... SUCCESS

~ took 1m15s 
➜ asdf global python system 2.7.18 

~ 
➜ python2                         
No python2 executable found for python system

~ 
➜ whereis python2
python2: /home/sergey/.asdf/shims/python2

~