dtudk / pythonsupport-scripts

Container for Python supports installation and helper scripts (linked through pythonsupport-page)
0 stars 4 forks source link

Health Check Windows #54

Open philipnickel opened 2 months ago

philipnickel commented 2 months ago
tongtongngg commented 4 weeks ago
  • [x] Conda channels. Which are added? Is conda-forge added?
  • [x] List all pythonversions installed - both conda-related and 'standard'
  • [x] Test if packages can be imported in python version, that the system defaults to
  • [x] Inform on active environment: Health check summary for env. X ish

Solved 1, 3, 4 1: Added a new function that checks for conda-forge specifically, and then lists all channels 2: Added a new function listpython that prints the path of all python related installations 3: The script runs in the currently active environment. If you want to check the default environment just open a new powershell terminal and run it there. 4: shows the current environment with an "*" besides the environment name when listing all environments.