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

[BUG] ST Launcher warns "MiniConda3 Path not found" even fixing the Path #70

Open
3 tasks done
byslexic opened this issue Aug 21, 2024 · 2 comments
Open
3 tasks done
Labels
🚏 Awaiting User Response [ISSUE] Response from original author is pending 🐛Bug [ISSUE] Ticket describing something that isn't working 🪟 Windows

Comments

@byslexic
Copy link

Environment

🪟 Windows

System

WIndows 10 V 22H2 OC build 19045.4651

Describe the problem

When starting ST Launcher, a brief window pops up prior to the menu:
[WARN] miniconda3 NOT FOUND in PATH: C:\Users\Gamers\miniconda3 etc

I have since fixed this so both the System and User variables PATH now point to the correct folder, C:\Users\main\miniconda3 .
I rebooted Windows.
ST Launcher is still giving the same error with the old Path:
[WARN] miniconda3 NOT FOUND in PATH: C:\Users\Gamers\miniconda3 etc
It appears to not be taking or looking for the current Path.
How do I correct ST Launcher?

Additional info

No response

Please tick the boxes

@byslexic byslexic added the 🐛Bug [ISSUE] Ticket describing something that isn't working label Aug 21, 2024
@deffcolony
Copy link
Collaborator

Hi @byslexic,

Do not modify the System variables directly, as it can affect the entire system and other users. Instead, it's safer to modify only the User variables, which will apply to your specific user account.

Make sure the following paths exists in the user variables called PATH and please change USERNAME to ur own username

C:\Users\USERNAME\miniconda3
C:\Users\USERNAME\miniconda3\Library\mingw-w64\bin
C:\Users\USERNAME\miniconda3\Library\usr\bin
C:\Users\USERNAME\miniconda3\Library\bin
C:\Users\USERNAME\miniconda3\Scripts

To ensure that the changes take effect, please open a new Command Prompt window (since changes to environment variables are not reflected in existing command prompts) and run the following command to test if miniconda3 is correctly recognized:

conda

If miniconda3 is correctly installed and configured in your User PATH, you should see output from the conda command.

If the issue persists, double-check that you've added the correct path to the User variables and that there are no conflicting paths or old references left in the System variables.

@deffcolony deffcolony added the 🚏 Awaiting User Response [ISSUE] Response from original author is pending label Aug 21, 2024
@byslexic
Copy link
Author

@deffcolony Thank you for the response.
Miniconda3 is installed under another user profile ("Main") than the one that is currently in use ("Gamers").
If I were to change the user variables PATH as you recommend, they would be wrong because the folders do not exist under the user "Gamers" - they only exist in user directory: C:\Users\main\miniconda3 , and the user variable path as it is set is currently correct. This is the situation I described in the first message.

How do you recommend rectifying?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚏 Awaiting User Response [ISSUE] Response from original author is pending 🐛Bug [ISSUE] Ticket describing something that isn't working 🪟 Windows
Projects
None yet
Development

No branches or pull requests

2 participants