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

Add a how-to for setting up conda on windows. #44

Open
Tracked by #45
JoeZiminski opened this issue Oct 26, 2023 · 1 comment
Open
Tracked by #45

Add a how-to for setting up conda on windows. #44

JoeZiminski opened this issue Oct 26, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@JoeZiminski
Copy link
Member

There are some weird things about setting up conda on windows that have caused problems for new users and are basically impossible to debug without a lot of googling. I think the beow should work for cmd but definately work for powershell.

  1. Set the conda directory in environment variables so powershell can recognise it.
    https://stackoverflow.com/questions/44597662/conda-command-is-not-recognized-on-windows-10

  2. Set the powershell permissions to allow conda to function

https://stackoverflow.com/questions/62082873/conda-not-activated-in-power-shell

  1. conda init powershell
@JoeZiminski JoeZiminski added the enhancement New feature or request label Oct 26, 2023
@JoeZiminski JoeZiminski self-assigned this Oct 26, 2023
@JoeZiminski
Copy link
Member Author

this has changed, the windows path should be set to condabin not scripts!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant