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

Loading development environment fails on MSYS2 #9106

Open
niklasholm opened this issue Aug 15, 2019 · 2 comments
Open

Loading development environment fails on MSYS2 #9106

niklasholm opened this issue Aug 15, 2019 · 2 comments
Labels
os::windows relevant to Windows source::community catch-all for issues filed by community members stale::recovered [bot] recovered after being marked as stale type::task indicates a change that doesn't pertain to the code itself, e.g. updating CI/CQ, rebuilding package

Comments

@niklasholm
Copy link
Contributor

Current Behavior

Unable to activate development environment on MSYS2-MinGW Bash

Steps to Reproduce

$ git clone https://github.com/conda/conda.git
$ cd conda
$ source dev/start
'egisterPython' is not recognized as an internal or external command,
operable program or batch file.
bash: ./devenv/Scripts/conda: No such file or directory
bash: ./devenv/Scripts/conda: No such file or directory
touch: kan inte beröra './devenv/.dev-start-ed': No such file or directory
bash: ./devenv/python: No such file or directory

Expected Behavior

The environement should load successfully.

Environment Information

`conda info`


`conda config --show-sources`


`conda list --show-channel-urls`


niklasholm added a commit to niklasholm/conda that referenced this issue Aug 15, 2019
Signed-off-by: Niklas Holm <niklas.holm.271@gmail.com>
niklasholm added a commit to niklasholm/conda that referenced this issue Nov 12, 2019
Signed-off-by: Niklas Holm <niklas.holm.271@gmail.com>
@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 23, 2022
@niklasholm
Copy link
Contributor Author

Still doesn't work, but with a different error now:

$ source dev/start
Downloading miniconda...
Invoke-WebRequest : Det gick inte att hitta en del av sökvägen C:\home\nikho\conda\devenv\MINGW64_NT-10.0-19044\miniconda.exe.
At line:1 char:1
+ Invoke-WebRequest -Uri https://repo.anaconda.com/miniconda/Miniconda3 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Invoke-WebRequest], DirectoryNotFoundException
    + FullyQualifiedErrorId : System.IO.DirectoryNotFoundException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

Error: failed to download miniconda

@kenodegard kenodegard added os::windows relevant to Windows source::community catch-all for issues filed by community members type::task indicates a change that doesn't pertain to the code itself, e.g. updating CI/CQ, rebuilding package labels Jun 3, 2022
@github-actions github-actions bot added stale::recovered [bot] recovered after being marked as stale and removed stale [bot] marked as stale due to inactivity labels Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os::windows relevant to Windows source::community catch-all for issues filed by community members stale::recovered [bot] recovered after being marked as stale type::task indicates a change that doesn't pertain to the code itself, e.g. updating CI/CQ, rebuilding package
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants