Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to upgrade all python packages with conda install #66

Open
callmekofi opened this issue Jan 5, 2022 · 3 comments
Open

How to upgrade all python packages with conda install #66

callmekofi opened this issue Jan 5, 2022 · 3 comments

Comments

@callmekofi
Copy link

Is it attainable to upgrade all Python(3.10) packages at once with conda install?

@pariterre
Copy link
Member

pariterre commented Jan 5, 2022

Hi @callmekofi
I am not sure I understand the question. Is this a question about how conda works or how to upgrade bioviz?

If it's the former, please ask the question on the conda forum, they will better know how to answer :)

If you meant upgrading bioviz to the Python version 3.10, I guess the answer is : conda install python=3.10 -c conda-forge
But again, you are on the wrong issue for conda question!

Cheers and Happy New year :)

@callmekofi callmekofi reopened this Jan 19, 2022
@callmekofi
Copy link
Author

sorry. My question was related to upgrading bioviz using conda.

@pariterre
Copy link
Member

Hi!
If your goal is to have a specific version of bioviz, then you must install with the version:
conda install bioviz=VERSION_NUMBER -c conda-forge

Depending on the other packages you have, I will or it will not perform it. One must understand that conda is not design to provide the latest packages, but a coherent environment. If you specified some version of softwares in the past, they may conflict with it other and therefore prevent from upgrading.

The rule of thumb is one ne environnement per project, then your previous work on an unrelated project won't interfere with the current install

Cheers

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

No branches or pull requests

2 participants