Skip to content

Does the Python package install the CLI ? #970

Answered by Julian
ReHoss asked this question in Q&A
Discussion options

You must be logged in to vote

The answer to the question in the title is certainly yes :)

I don't know much about how conda behaves on various systems though unfortunately. I do know by default that it installs into a particular conda env, and the directory for binaries for an env is unlikely to be /usr/bin, but I don't know whether any Linux distributions' conda package have the base conda environment be that, nor do I know whether they make installing things into it not require root. It seems unlikely (especially non-root), but remotely possible.

pip on various distros, if you install it to the system python via e.g. sudo apt install python3-pip on some Debianish system, will indeed then have sudo pip install foo in…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Julian
Comment options

Answer selected by Julian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants