Pip can install it, then nowhere to be found by the command line - despite correct paths were set.
So, here where the issue lies:
`
#!C:\Users\chris\AppData\Local\Programs\Python\Python313\python.exe
import argparse
import os
import sys
from psu.psu import PSU
from psu.exceptions import PSUException
VERSION = '0.1.2'
...
....
`
sorry but I see no point to have a unix/linux shebang there....
Pip can install it, then nowhere to be found by the command line - despite correct paths were set.
So, here where the issue lies:
`
#!C:\Users\chris\AppData\Local\Programs\Python\Python313\python.exe
import argparse
import os
import sys
from psu.psu import PSU
from psu.exceptions import PSUException
VERSION = '0.1.2'
...
....
`
sorry but I see no point to have a unix/linux shebang there....