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

gil : command not found #4

Open
DrEhsan opened this issue Jan 17, 2021 · 6 comments
Open

gil : command not found #4

DrEhsan opened this issue Jan 17, 2021 · 6 comments

Comments

@DrEhsan
Copy link

DrEhsan commented Jan 17, 2021

after installing gil by :

pip3 install gil

when i want to run this command :

gil update

the terminal responses :

Command 'gil' not found

OS : ubuntu 20.04 LTS

@ThePhilomathsApprentice
Copy link

Same here for OS: Ubuntu 18.04 LTS

@OrkunKasapoglu
Copy link

Same for Ubuntu 20.04

@e71828
Copy link

e71828 commented Mar 22, 2021

a bad suggestion:

# get Source code
# tar -xvpzf  gil*
# cd gil*
sudo python setup.py install

@arjangupta
Copy link

arjangupta commented May 6, 2021

@e71828's suggestion works. @chronoxor how would you go about making the recommended fix for this (in case somebody wants to make a PR)?

chronoxor added a commit that referenced this issue May 6, 2021
@chronoxor
Copy link
Owner

chronoxor commented May 6, 2021

There are two possible solutions for the issue:

  1. Preferred, but requires sudo: sudo pip3 install --prefix /usr/local gil
  2. User only modifications. Might require terminal restart to get updated PATH env:
echo 'PATH="$HOME/.local/bin/:$PATH"' >> ~/.bashrc
pip3 install gil

@arjangupta
Copy link

arjangupta commented May 7, 2021

Both ways are acceptable, although I like the second way better. @chronoxor - I made a pull request for it (#5). Please feel free to close this issue, regardless of the PR! Thanks.

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

6 participants