Last active
January 8, 2023 04:53
-
-
Save Luv2C0d3/0cc611b4315407a32f1e58fd72d240c6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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