Comments on Warning about ruby version when moving to qpixel installation directory with RVM
Post
Warning about ruby version when moving to qpixel installation directory with RVM Question
+3
−0
After ruby (version 3.1.2) install with RVM, when I move to the qpixel install directory (with cd qpixel
command), the following warning is displayed in the terminal:
Unknown ruby interpreter version (do not know how to handle): >=2.7,<4.
But my local instance of QPixel seems to "work" without problem.
Questions
- Why I obtain this warning?
- What does it mean?
- Should I worry about for running my local instance of qpixel?
Setup
Ruby installed with: rvm install 3.1.2
.
Output of ruby -v
command on Debian 11 (on WSL2): ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux]
I obtain the above warning with several OS: Debian 11 (WSL2) and 12, Ubuntu 22.04.2 TLS , Fedora 38 and Arch Linux.
1 comment thread