Skip to content

Instantly share code, notes, and snippets.

@Chocksy
Last active March 11, 2024 20:47
Show Gist options
  • Select an option

  • Save Chocksy/29eab7ed6273eb7f2d3d0445ccfaacf9 to your computer and use it in GitHub Desktop.

Select an option

Save Chocksy/29eab7ed6273eb7f2d3d0445ccfaacf9 to your computer and use it in GitHub Desktop.

Revisions

  1. Chocksy revised this gist Mar 11, 2024. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions readme.md
    Original file line number Diff line number Diff line change
    @@ -10,5 +10,4 @@ I tried installing openssl like this:
    ```bash
    rvm pkg install openssl
    ```
    But it didn't work. I had to use the path to the openssl that was installed with miniforge3. The rvm pkg command installs openssl 1.0 and ruby 3.2.2 requires a bigger version.

    But it didn't work. I had to use the path to the openssl that was installed with miniforge3. The rvm pkg command installs openssl 1.0 and ruby 3.2.2 requires a bigger version.
  2. Chocksy revised this gist Mar 11, 2024. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion readme.md
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,5 @@ I tried installing openssl like this:
    ```bash
    rvm pkg install openssl
    ```
    But it didn't work. I had to use the path to the openssl that was installed with miniforge3. The rvm pkg command installs openssl 1.0 and ruby 3.2.2 requires a bigger version.
    But it didn't work. I had to use the path to the openssl that was installed with miniforge3. The rvm pkg command installs openssl 1.0 and ruby 3.2.2 requires a bigger version.

  3. Chocksy revised this gist Mar 11, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion readme.md
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,4 @@ I tried installing openssl like this:
    ```bash
    rvm pkg install openssl
    ```
    But it didn't work. I had to use the path to the openssl that was installed with miniforge3. The rvm pkg command installs openssl 1.0 and ruby 3
    But it didn't work. I had to use the path to the openssl that was installed with miniforge3. The rvm pkg command installs openssl 1.0 and ruby 3.2.2 requires a bigger version.
  4. Chocksy revised this gist Mar 11, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion readme.md
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,4 @@ I tried installing openssl like this:
    ```bash
    rvm pkg install openssl
    ```
    But it didn't work. I had to use the path to the openssl that was installed with miniforge3.
    But it didn't work. I had to use the path to the openssl that was installed with miniforge3. The rvm pkg command installs openssl 1.0 and ruby 3
  5. Chocksy revised this gist Mar 11, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion readme.md
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,4 @@ I tried installing openssl like this:
    ```bash
    rvm pkg install openssl
    ```
    But
    But it didn't work. I had to use the path to the openssl that was installed with miniforge3.
  6. Chocksy revised this gist Mar 11, 2024. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion readme.md
    Original file line number Diff line number Diff line change
    @@ -7,4 +7,7 @@ rvm reinstall "ruby-3.2.2" --with-openssl-dir=/Users/razvan/miniforge3/bin/opens
    ```

    I tried installing openssl like this:
    ```
    ```bash
    rvm pkg install openssl
    ```
    But
  7. Chocksy revised this gist Mar 11, 2024. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions readme.md
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,7 @@ Here is a set of commands i ran to get ruby 3.2.2 installed on my macbook with m
    which openssl
    # /Users/razvan/miniforge3/bin/openssl
    rvm reinstall "ruby-3.2.2" --with-openssl-dir=/Users/razvan/miniforge3/bin/openssl
    ```

    I tried installing openssl like this:
    ```
  8. Chocksy revised this gist Mar 11, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion readme.md
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,6 @@ Here is a set of commands i ran to get ruby 3.2.2 installed on my macbook with m

    ```bash
    which openssl

    # /Users/razvan/miniforge3/bin/openssl
    rvm reinstall "ruby-3.2.2" --with-openssl-dir=/Users/razvan/miniforge3/bin/openssl
    ```
  9. Chocksy revised this gist Mar 11, 2024. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions readme.md
    Original file line number Diff line number Diff line change
    @@ -2,5 +2,6 @@ Here is a set of commands i ran to get ruby 3.2.2 installed on my macbook with m

    ```bash
    which openssl

    rvm reinstall "ruby-3.2.2" --with-openssl-dir=/Users/razvan/miniforge3/bin/openssl
    ```
  10. Chocksy revised this gist Mar 11, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion readme.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    Here is a set of commands i ran to get ruby 3.2.2 installed on my macbook with m2 chip.

    ```bash

    which openssl
    rvm reinstall "ruby-3.2.2" --with-openssl-dir=/Users/razvan/miniforge3/bin/openssl
    ```
  11. Chocksy revised this gist Mar 11, 2024. No changes.
  12. Chocksy revised this gist Mar 11, 2024. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion readme.md
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,5 @@ Here is a set of commands i ran to get ruby 3.2.2 installed on my macbook with m

    ```bash

    rvm reinstall "ruby-3.2.2" --with-openssl-dir=/Users/razvan/miniforge3/bin/openssl
    rvm reinstall "ruby-3.2.2" --with-openssl-dir=/Users/razvan/miniforge3/bin/openssl
    ```
  13. Chocksy revised this gist Mar 11, 2024. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions readme.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    Here is a set of commands i ran to get ruby 3.2.2 installed on my macbook with m2 chip.

    ```bash

    rvm reinstall "ruby-3.2.2" --with-openssl-dir=/Users/razvan/miniforge3/bin/openssl
  14. Chocksy revised this gist Mar 11, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion readme.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Here is a set of commands i ran to get ruby 3.2.2 installed on my macbook pro with m2 chip.
    Here is a set of commands i ran to get ruby 3.2.2 installed on my macbook with m2 chip.

    ```bash
    rvm reinstall "ruby-3.2.2" --with-openssl-dir=/Users/razvan/miniforge3/bin/openssl
  15. Chocksy revised this gist Mar 11, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion readme.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Here is a set of commands i ran to get ruby 3.2.2 installed on my macbook pro with m1 chip.
    Here is a set of commands i ran to get ruby 3.2.2 installed on my macbook pro with m2 chip.

    ```bash
    rvm reinstall "ruby-3.2.2" --with-openssl-dir=/Users/razvan/miniforge3/bin/openssl
  16. Chocksy revised this gist Mar 11, 2024. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion readme.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,4 @@
    Here is a set of commands i ran to get
    Here is a set of commands i ran to get ruby 3.2.2 installed on my macbook pro with m1 chip.

    ```bash
    rvm reinstall "ruby-3.2.2" --with-openssl-dir=/Users/razvan/miniforge3/bin/openssl
  17. Chocksy revised this gist Mar 11, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion readme.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@

    Here is a set of commands i ran to get
    rvm reinstall "ruby-3.2.2" --with-openssl-dir=/Users/razvan/miniforge3/bin/openssl
  18. Chocksy revised this gist Mar 11, 2024. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions readme.md
    Original file line number Diff line number Diff line change
    @@ -1 +1,2 @@

    rvm reinstall "ruby-3.2.2" --with-openssl-dir=/Users/razvan/miniforge3/bin/openssl
  19. Chocksy revised this gist Mar 11, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion readme.md
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ‎‎​
    rvm reinstall "ruby-3.2.2" --with-openssl-dir=/Users/razvan/miniforge3/bin/openssl
  20. Chocksy created this gist Mar 11, 2024.
    1 change: 1 addition & 0 deletions readme.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ‎‎​