Skip to content

Ubuntu 18.04 user issues #3

@jteixeir

Description

@jteixeir

Hello guys,
I bumped at some issues:

GNU/Linux

git clone https://github.com/42sp/norminette-client.git ~/.norminette/
cd ~/.norminette/
bundle   # it will ask for your password.

After execute the "bundle" command I found some issues and solved them as below:

Issue 1:
Screenshot from 2020-04-13 16-47-23

Solution 1:

  1. Update the gem. You must run as administrator.
    sudo gem update --system

  2. Install bundler again. Still running as admin.
    sudo gem install bundler

  3. Run the command bundle.
    bundle

Create an alias

Issue 2:

echo 'alias norminette="~/.norminette/norminette.rb"' >> ~/.profile
source ~/.profile

Solution 2:
The best way to me, Ubuntu 18.04 user, was to replace .profile for .bashrc, as below:

echo 'alias norminette="~/.norminette/norminette.rb"' >> ~/.bashrc
source ~/.bashrc

Detail to be adjusted
After that norminette will work, however, I got some weird data before the real norme analysis:
Screenshot from 2020-04-13 17-12-31

To fix that I did the command as below, adjusting the gem version to a previous one:
sudo gem update --system 3.0.6

Job done with @juanlamarao support.
Hope it helps 🧡

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions