macvim-dev / macvim-dev/macvim
Could you please revisit the Python-2.x-and-Python-3.x workflow with MacVim
まだ誰も着手していません。
- 主要言語
- Vim Script
- スター
- 7.9k
- フォーク
- 691
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hi,
This is a great reference and it seems like many people used it in the past:
Python-2.x-and-Python-3.x
However, I would say, the solution suggested at the link above is failing with multiple different issues.
Could you (anyone with experience) please update that solution, and maybe in that way we can make sure that this works with the latest Python2.x and Python3.x versions and pyenv, conda etc.
For example, in my case the pyenv installation for Python2.x and Python3.x described in that link was extreemly painful.
Then the homebrew bit did not work.
I also was not sure if the dynamic linking was working at all. My otool -L output is:
otool -L _ctypes.so
_ctypes.so:
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.50.4)
And I never managed to get this bit to work:
$ otool -L $HOME/.pyenv/versions/2.7.11/lib/python2.7/lib-dynload/_ctypes.so
/Users/foo/.pyenv/versions/2.7.11/lib/python2.7/lib-dynload/_ctypes.so:
/Users/foo/.pyenv/versions/2.7.11/lib/libpython2.7.dylib (compatibility version 2.7.0, current version 2.7.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)
Many plugins are now using Python3 and some are still using Python2. A hybrid solutions is becoming critical even more now.
Thank you very much.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Python-2.x-and-Python-3.x MacVim wiki ページから始め、issue にあるコマンドと otool の出力を使って、報告されている pyenv、Homebrew、動的リンクの問題を再現します。Python 2 と Python 3 のための動作するハイブリッド構成を、pyenv または conda に関する最新のガイダンスと、検証済みの動的リンクを含めてページに記載できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- macos, python, vim
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 30/100