Skip to content

Faster checks for installed packages/versions.#25

Closed
evandam wants to merge 1 commit intoUDST:masterfrom
evandam:master
Closed

Faster checks for installed packages/versions.#25
evandam wants to merge 1 commit intoUDST:masterfrom
evandam:master

Conversation

@evandam
Copy link
Copy Markdown

@evandam evandam commented Oct 30, 2018

conda install is slow, but conda list is much faster for looking up installed packages.
conda search is good for finding available versions. Use these instead to get a huge speed boost when there are lots of packages to install!

There's some additional logic that determines what needs to be checked. For example, to check if a package is installed, regardless of any specific version, checks for specific versions are skipped.

`conda install` is slow. `conda list` is much faster for looking up installed packages.
`conda search` is good for finding available versions.
Use these instead to get a huge speed boost!
@evandam
Copy link
Copy Markdown
Author

evandam commented Oct 30, 2018

Think there's an issue with the build in travis like @colin-nolan was facing in #22?

@evandam evandam closed this Jan 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant