-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/bin/sh: 1: python: not found #5
Comments
The module runs a subprocess which basically runs in a separate alias or subshell inside the terminal, so I made some changes to the module to use sys.executable for running scripts inside the shell. You can see the changes with the github version: pip install git+https://github.com/Novfensec/KvDeveloper.git Then run the command. kvd create Test --structure MVC --template nav_toolbar |
Thank you, but im having the same problem.
|
I don't have much experience with ubuntu systems but there might be a problem with the environment configuration for python. Basically the module is not able to detect the python interpreter in the environment. |
@9acca9 |
sorry, i will try when go back home. Im in vacations! |
Sorry my dumb question.
Im working with Ubuntu 22.04
i create an alias to use "python" to call python3
but im getting that error when trying to run:
kvdeveloper create TestProject --template nav_toolbar --structure MVC
As you can see here the alias works:
thanks
The text was updated successfully, but these errors were encountered: