-
-
Notifications
You must be signed in to change notification settings - Fork 728
Closed
Description
Steps To Reproduce
I was installing sage on Windows via ubuntu via the following 3 commands:
$ curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
$ bash Miniforge3-$(uname)-$(uname -m).sh
$ conda create -n sage sage python=3.11
Expected Behavior
I expected sage to install.
Actual Behavior
The third command did not run. It said: "conda: command not found".
Additional Information
It turned out that I needed to open a new ubuntu window and then run the third command. This solved the problem.
It would be helpfull if this can be added to the installation guide.
Environment
- OS: Windows 11
- Sage Version: 10.6 (probably)
Checklist
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
- I have read the documentation and troubleshoot guide
Metadata
Metadata
Assignees
Labels
No labels