conda equivalent of pip install --user
问题 To install to my own directory I can use pip install --user package Alternatively I can use conda install package How do I ask conda to install to my home directory since conda does not take a --user flag? Installing pip packages to $HOME folder 回答1: According to the documentation: --use-local 回答2: I don't think it's possible. Use virtual environments ( conda create ). 回答3: See -p option here: -p PATH, --prefix PATH Full path to environment prefix. So to install to, say, local under your home