Skip to content
Discussion options

You must be logged in to vote

did some rip and rebuild to figure this out:

  • Uninstalled all python version and launchers
  • Found that there was a python3 > py.exe powershell alias defined for powershell. ( get-alias python)
    I must have created this in an earlier attempt to get this to work. Flash is not the only memory that can degrade apparently. (that was also why python appeared to accept the -V:3 , that was actually py.exe'

Then :

  • Install python 3.11 from the Windows store

    > python --version  
    Python 3.11.4
    > python3 --version 
     python3 : The term 'python3' is not recognized as the name of a cmdlet, function, script file, or operable program
    
  • checked Windows Application Aliases ( in Settings) , and found that t…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@Josverl
Comment options

Josverl Aug 1, 2023
Author Sponsor

Answer selected by Josverl
@scruss
Comment options

@Josverl
Comment options

Josverl Aug 2, 2023
Author Sponsor

@stinos
Comment options

@Josverl
Comment options

Josverl Aug 27, 2023
Author Sponsor

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants