Skip to content
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

p4a: command not found #1167

Closed
NARuTeo opened this issue Nov 14, 2017 · 1 comment
Closed

p4a: command not found #1167

NARuTeo opened this issue Nov 14, 2017 · 1 comment

Comments

@NARuTeo
Copy link

NARuTeo commented Nov 14, 2017

I install p4a with pip successfully. But when i run "p4a" , it shows "command not found" .
Should I configurate environment ? How to solve this problem?

@inclement
Copy link
Member

If you installed it with --user, make sure that ~/.local/bin is in your $PATH.

Otherwise, how exactly did you install it?

starnight added a commit to endlessm/kolibri-installer-android that referenced this issue Apr 17, 2023
The python-for-android providing "p4a" command is installed from the
requirements.txt in this repository. The installation is bounded in the
user enviroment by default, not global.

However, not every distribution's environment variable "PATH" includes
the user's HOME path "~/.local/bin". That leads the "p4a" command in
"~/.local/bin" becoming missed. So, add this note directing to the
solution: "p4a: command not found" [1].

[1]: kivy/python-for-android#1167
starnight added a commit to endlessm/kolibri-installer-android that referenced this issue Apr 18, 2023
The python-for-android providing "p4a" command is installed from the
requirements.txt in this repository. The installation is bounded in the
user enviroment by default, not global.

However, not every distribution's environment variable "PATH" includes
the user's HOME path "~/.local/bin". That leads the "p4a" command in
"~/.local/bin" becoming missed. So, add this note directing to the
solution: "p4a: command not found" [1].

[1]: kivy/python-for-android#1167
dylanmccall pushed a commit to endlessm/kolibri-installer-android that referenced this issue Apr 24, 2023
The python-for-android providing "p4a" command is installed from the
requirements.txt in this repository. The installation is bounded in the
user enviroment by default, not global.

However, not every distribution's environment variable "PATH" includes
the user's HOME path "~/.local/bin". That leads the "p4a" command in
"~/.local/bin" becoming missed. So, add this note directing to the
solution: "p4a: command not found" [1].

[1]: kivy/python-for-android#1167
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants