Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
入力したかのようにpip常にインストールしたい$HOME
pip
$HOME
pip install --user ...
しかし、私はいつもタイプしたくありません--user。環境変数を設定することは良い解決策だと思いますが、よくわかりませんし、何も見つかりませんでした。
--user
小さなスクリプトを作成できます。
マイピップ:
#!/bin/sh pip $@ --user