Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssh rsync #1

Open
zdx3578 opened this issue Aug 15, 2023 · 4 comments
Open

ssh rsync #1

zdx3578 opened this issue Aug 15, 2023 · 4 comments

Comments

@zdx3578
Copy link
Member

zdx3578 commented Aug 15, 2023

rsync -P --rsh=ssh ./Downloads/CARLA_0.9.13.tar.gz ??@???:/tmp/tmppp/

@zdx3578
Copy link
Member Author

zdx3578 commented Aug 16, 2023

createamind/Planet#3

@zdx3578
Copy link
Member Author

zdx3578 commented Sep 27, 2023

https://julialang.github.io/IJulia.jl/stable/manual/running/

codespace jupyter

#下载:
https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-1.9.3-linux-x86_64.tar.gz
#参考:
https://julialang.github.io/IJulia.jl/stable/manual/running/

#IJulia是与Jupyter交互环境相结合的Julia 语言后端(也被IPython使用)。这种组合允许您使用 Jupyter/IPython 强大的图形笔记本与 Julia 语言进行交互,该笔记本将代码、格式化文本、数学和多媒体组合在一个文档中。它还与JupyterLab配合使用,这是一个基于 Jupyter 的笔记本和代码集成开发环境。

#启动
julia
]
#退出出 ctrl c

using IJulia ##直接安装即可
#启动 jupyterlab
jupyterlab(detached=true)

新终端:
$jupyter server list

vscode julia 插件配置:

// "julia.executablePath": "/Users/zhangdexiang/.juliaup/bin/julia",
"julia.executablePath": "/workspaces/julia-1.9.3/bin/julia",
/Applications/Julia-1.9.app/Contents/Resources/julia/bin/julia
/Applications/Julia-1.8.app/Contents/Resources/julia/bin/julia

vscode 右上角:

@zdx3578
Copy link
Member Author

zdx3578 commented Nov 5, 2023

cat reap.jl |grep -v "^.* #" > rp.jl

|egrep -v "^[[:space:]]+#"

@zdx3578
Copy link
Member Author

zdx3578 commented Nov 25, 2024

pip install bitarray

conda create -n py31012 python=3.10.12
% sudo apt-add-repository ppa:swi-prolog/stable
% sudo apt-get update
% sudo apt-get install swi-prolog

python3 -m pip install --user --upgrade clingo
pip install -U python-sat

pip 在conda 环境都 好办,好像就只有 sudo apt-get install swi-prolog 是系统层面的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant