Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to upgrade julia

#I just wanna share my experience when updating julia from 0.3.11 to 0.4.0.
#If you're using Ubuntu you can use:
sudo apt-get dist-upgrade julia
#It will bring the previous version be upgraded to the new version.
#But, the installed packages on the previous version won't be pulled up to the new version.
#If you're using IJulia, when you start your "jupyter notebook",
#your jupyter kernel won't detect the new version of julia,
#but still detects the previous one. Also, the previous one be a dead kernel.
#You've to install IJulia manually from
Pkg.add("IJulia")
#That's all.
Comment

PREVIOUS NEXT
Code Example
Shell :: bash while 
Shell :: ssh current directory 
Shell :: how to disable ssh in linux 
Shell :: speedtest linux 
Shell :: shell xargs 
Shell :: uninstall django ubuntu 
Shell :: learn prisma 
Shell :: jq filter array 
Shell :: Git create a new repository on the command line 
Shell :: mate on ubuntu 20.04 
Shell :: how to install source plugin gatsby 
Shell :: rename a directory in git 
Shell :: sudo apt install 
Shell :: git clone with different folder name 
Shell :: comment in bash 
Shell :: virtualbox ubuntu 
Shell :: wsl 2 installation 
Shell :: how to get all branches from gitlab repository 
Shell :: ubuntu default tmux shell 
Shell :: how to deploy heroku app 
Shell :: react bootstrap 
Shell :: linux terminal show installed applications 
Shell :: zip folder ssh 
Shell :: csv to markdown table 
Shell :: force-logout user linux 
Shell :: how to git push to current branch 
Shell :: git clone does not show all branches 
Shell :: CMD-Digital Clook 
Shell :: transfer git repo from gitlab to github 
Shell :: how to install bash script on mac terminal 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =