Skip to content

Instantly share code, notes, and snippets.

@a2ray
Last active April 22, 2022 02:25
Show Gist options
  • Save a2ray/701347f703b72abb630d2521b43c5f22 to your computer and use it in GitHub Desktop.
Save a2ray/701347f703b72abb630d2521b43c5f22 to your computer and use it in GitHub Desktop.
Install VSCode/Julia

Install Julia from binary for your platform, download the VSCode RPM

rpm2cpio code-xxxx-vyyy.rpm | cpio -idv

find the code binary and run it

Additional info from @richardt94 :

Code binary is at <rpmdir>/usr/share/code/bin/code, where <rpmdir> is the folder where you ran the command in the gist. Best way to make running VSCode easy is to add the following line to ~/.bashrc: export PATH="$PATH:<rpmdir>/usr/share/code/bin/" Then close and reopen the terminal (or run source ~/.bashrc), and you should be able to just type code to launch VSCode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment