-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Some users will have installed Python via Miniforge on university managed devices using AppsAnywhere. The Miniforge installer by default does not add Conda/Python to the system PATH. Doing this manually appears to require admin privileges, which many users won't have. The Miniforge Prompt uses cmd or powershell, but the course requires bash. After installing Git Bash (via Git for Windows), users may not be able to initialise Conda as it is not on the PATH. We should be aware of this as Miniforge is a common way users have previously interacted with Python on their machine.
Potential solutions
- Create a
.bashrcand update thePATHvariable with the path to Miniforge on their system. - Install Python separately using the Microsoft Store, this appears to work on university managed devices
- Entering
python3orpython3.exeinto Git Bash should open the Microsoft Store with a link to install the latest Python - Install the latest Python
- Restart Git Bash
- Use
python3 --versionto verify it is installed
- Entering
We should make the setup instructions clearer for university managed devices.
Metadata
Metadata
Assignees
Labels
No labels