Use Unix-based commands with Anaconda in Windows Operating System

后端 未结 2 815
时光说笑
时光说笑 2020-12-29 11:19

I used to use several Unix-based commands with Anaconda 2 (i.e., Python 2.7) in Windows 7. For example, these commands ls, mkdir, rm,... can work properly with

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-29 11:53

    At the command line in Anaconda Prompt, use conda to install the m2-base utilities:

    conda install m2-base
    

    This will give you the basic linux commands.

提交回复
热议问题