install python and make in cygwin

前端 未结 6 760
不知归路
不知归路 2021-01-07 18:54

I have installed Cygwin Terminal in OS Windows. But I need to install also python and make in cygwin.All of these programs are needed to run petsc library. Does Someone know

6条回答
  •  不要未来只要你来
    2021-01-07 19:10

    Here is a command line version to install python in cygwin

    wget rawgit.com/transcode-open/apt-cyg/master/apt-cyg

    install apt-cyg /bin

    apt-cyg install python

提交回复
热议问题