Skip to content
Snippets Groups Projects
Commit c20ab907 authored by Cameron McFarland's avatar Cameron McFarland
Browse files

Add some extra steps to the asdf uninstall to help minimize problems with chef environments.

parent b02e18f0
No related branches found
No related tags found
No related merge requests found
Pipeline #17229731 passed
Loading
Loading
@@ -83,6 +83,8 @@ $ brew uninstall asdf --force
$ # open a new terminal before continuing...
```
 
In addition to removing references to loading asdf in your rc files, you may need to remove compile time environment variables such as LDFLAGS, RUBY_CONFIGURE_OPTS, CPPFLAGS, and PKG_CONFIG_PATH.
### Step 3.2: Install `rtx`
 
[`rtx`](https://github.com/jdx/rtx) is a polyglot runtime manager. It is compatible with [`asdf`](https://asdf-vm.com/) and relies on the `asdf` plugin ecosystem, but has some advantages over `asdf` in that it generally requires fewer shims and is faster.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment