Skip to content

Instantly share code, notes, and snippets.

@Luv2C0d3
Last active January 8, 2023 04:53
Show Gist options
  • Save Luv2C0d3/0cc611b4315407a32f1e58fd72d240c6 to your computer and use it in GitHub Desktop.
Save Luv2C0d3/0cc611b4315407a32f1e58fd72d240c6 to your computer and use it in GitHub Desktop.
# Install racket
# (Windows) Update PATH environment variable to include racket's install
# WSL2 Ubuntu: May need to install libssl-dev before raco package manager works:
# apt install libssl-dev
# In Fedora, instead install openssl-devel
# sudo dnf install openssl-devel
#
# Install beautiful-racket package
raco pkg install beautiful-racket
# Install code completion for racket
raco pkg install drcomplete
# If wanted
raco pkg install disassemble
raco pkg install benchmark
raco pkg install racket-langserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment