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

Conda deletes powershell and console shortcut on update #8855

Closed
Nathan-Furnal opened this issue Jul 2, 2019 · 4 comments
Closed

Conda deletes powershell and console shortcut on update #8855

Nathan-Furnal opened this issue Jul 2, 2019 · 4 comments
Labels
locked [bot] locked due to inactivity stale::closed [bot] closed after being marked as stale stale [bot] marked as stale due to inactivity type::bug describes erroneous operation, use severity::* to classify the type

Comments

@Nathan-Furnal
Copy link

Nathan-Furnal commented Jul 2, 2019

Hi,

When I update conda to the latest version (4.7.5) in my base env.

I get :

The following packages will be REMOVED:

  console_shortcut-0.1.1-3
  powershell_shortcut-0.0.1-2

Which removes the shortcuts obviously,

is this intented behavior?

Thanks

P.S : I'm using miniconda on Win10, lenovo laptop.

@CyberQin
Copy link

CyberQin commented Jul 3, 2019

Bugs in conda4.7.5
Reinstall anaconda2019.03 and don't update any package for now.
Recently issue shows that conda4.7.5 breaks some mechanism.

or conda config --set auto_update_conda False
then install/update package

@msarahan
Copy link
Contributor

msarahan commented Jul 8, 2019

Those are being removed because the miniconda installer doesn't install them in a way that preserves them as part of the explicit install history. You can get them back by doing:

conda install console_shortcut powershell_shortcut

After that, they should not disappear for you. There's a lot more information about this issue in #8842

@csoja csoja added the type::bug describes erroneous operation, use severity::* to classify the type label Jul 8, 2019
@Ingvar-Y
Copy link

conda update --all removed console_shortcut (and conda-env) from my environment after updating conda from 4.6.14 to 4.7.8 despite #8911

This maybe has something to do with having conda-forge above defaults in condarc file.

@github-actions
Copy link

Hi there, thank you for your contribution!

This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.

If you would like this issue to remain open please:

  1. Verify that you can still reproduce the issue at hand
  2. Comment that the issue is still reproducible and include:
    - What OS and version you reproduced the issue on
    - What steps you followed to reproduce the issue

NOTE: If this issue was closed prematurely, please leave a comment.

Thanks!

@github-actions github-actions bot added the stale [bot] marked as stale due to inactivity label May 18, 2022
@github-actions github-actions bot added the stale::closed [bot] closed after being marked as stale label Jun 17, 2022
@github-actions github-actions bot added the locked [bot] locked due to inactivity label Jun 17, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity stale::closed [bot] closed after being marked as stale stale [bot] marked as stale due to inactivity type::bug describes erroneous operation, use severity::* to classify the type
Projects
None yet
Development

No branches or pull requests

5 participants