1.C# 调用python 本质上是使用命令行运行python 1.1 C# 使用命令行 program.cs using System; using System.Diagnostics; using System.IO; namespace test { class Program { static void Main(string[] args) { Program p = new Program(); string result = p.run_cmd("ping.exe",
Download the package. Then... tar -xvzf Python-3.7.0.tgz 进入目录: cd Python-3.7.0/ 添加配置: ./configure --prefix=/usr/python 这里配置自己的安装目录,接下来编译源码: make 执行安装: make install 整个过程大约5-10分钟,安装成功之后,安装目录就在/usr/python 系统中原来的python在/usr/bin/python,通过ls -l可以看到,python是