問題タブ [hg-git]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - インストールされている Mercurial (hg) が Python2 または Python3 を使用しているかどうかを確認するには?
hg-git
拡張機能を python pip でインストールしたかったのですが、 pip
(Python2) とpip3
(Python3) のどちらを使用すべきかわかりません。
hg version
これを与える:
最初に試しpip3 install hg-git
てみましたが、インストール後に機能しませんでした。それから私は使用pip
しましたが、うまくいきました。そもそも Mercuial の Python バージョンを確認する方法に興味があります。