-
Clone gopy to
~/.gopy -
Install golang packages:
sh ~/.gopy/install_go_pkg.shTo check golang environment variable:
go env -
Install Julia packages:
julia ~/.gopy/install_jl_pkg.jl mkdir ~/julia/juliaFunc -p cp ~/.gopy/_juliarc.jl ~/.juliarc.jl
To check all installed Julia package:
julia -e 'for i in Pkg.installed() println(i) end'
Just use the subdir profile_default in ~/.gopy to replace the current ipython configuration (~/.config/ipython/profile_default).
By the way,
- Run the command of
ipython profile createto get an initial default configuration. Then subdir structure of ipython configuration may look like this:
db/
log/
pid/
security/
startup/
static/
history.sqlite
ipython_config.py
ipython_nbconvert_config.py
ipython_notebook_config.py
ipython_qtconsole_config.py- To run IPython CLI:
ipython pylab; to run IPython GUI:ipython notebook --pylab=inline.