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

Fix - tmux gem env #149

Closed
wants to merge 2 commits into from
Closed

Conversation

QU35T-code
Copy link
Member

@QU35T-code QU35T-code commented Apr 27, 2023

Description

Fixed issue of ruby tools not being installed from tmux.

The problem comes from the ruby ​​environment. On tmux it is rvm which is used with ruby ​​3.0.0 and not tmux it is ruby ​​2.7.0.

[Apr 27, 2023 - 11:18:43 (UTC)] exegol-test21 /workspace # gem env gemdir
/var/lib/gems/2.7.0

Tmux :

[Apr 27, 2023 - 11:18:00 (UTC)] exegol-test21 /workspace # gem env gemdir
/usr/local/rvm/gems/ruby-3.0.0

Related issues

  • Discord ticket 0082
[Apr 27, 2023 - 11:16:15 (UTC)] exegol-test21 /workspace # evil-winrm
Evil-WinRM shell v3.4
Error: missing argument: ip, user
Usage: ...

Tmux :

[Apr 27, 2023 - 11:16:29 (UTC)] exegol-test21 /workspace # evil-winrm
bundler: command not found: evil-winrm
Install missing gem executables with `bundle install`

@QU35T-code
Copy link
Member Author

We are waiting for the local tests to be done as well as to have a venv solution for the ruby ​​(gem) tools. Venv which will be useful for the PR#2 optimization

@QU35T-code QU35T-code added bugfix It's a bird, it's a plane on hold Item on hold. Requires another matter to be resolved first. waiting for additional changes Further changes are requested labels Apr 27, 2023
@QU35T-code QU35T-code closed this Jun 7, 2023
@QU35T-code
Copy link
Member Author

Closed for duplication. #164

@QU35T-code QU35T-code deleted the fix/tmux-gem-env branch June 8, 2023 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix It's a bird, it's a plane on hold Item on hold. Requires another matter to be resolved first. waiting for additional changes Further changes are requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant