Use Unix-based commands with Anaconda in Windows Operating System

2016-04-01T06:49:00

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 Anaconda Command Prompt.

Recently, I have upgraded to Windows 10 and installed Anaconda 3 running with Python 3.5. These command mentioned above cannot be used in the Anaconda 3. I have tried to uninstalled and reinstalled Anaconda 3 for times, but it can work as before.

Any one has a suggestion?

Copyright License:
Author:「Tung」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/36345136/use-unix-based-commands-with-anaconda-in-windows-operating-system

About “Use Unix-based commands with Anaconda in Windows Operating System” questions

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 Anaconda Command Prompt. Recently, I...
I am trying to untar UNIX-based operating system from a .tar.gz file. In order to do so I use the following command: tar -xvf rootfs.tar.gz -o The -o flag is to not to preserve the ownership of...
Is it possible to use sed and awk kind of commands in python that works on windows operating system? For Unix operating system we can import os package and use os.system to perform any unix operati...
I have a Jenkinsfile to create a pipeline. If this pipeline should be executed on different operating system like Linux and Windows, which is the best approach to manage this situation? I mean, do I
I have an ATI Radeon HD 4800 display card. I want to use OpenCL on it in Windows XP operating system, but the OpenCL's SDK only work correctly when I install the drivers, which are in ver...
In the anaconda cloud each package has a list of operating systems. Is it a list of the systems that the package can be installed to? If not what is it? Link to scipy package as example: https://
I'm making a python script that will perform various file manipulation functions. I need it to work across all operating systems so the commands I use can't be specific to any one operating system....
How do I run the ps command from Java code? I know how to execute commands when the application is running locally, but I want to execute the command for a remote Linux operating system. For exampl...
I am trying to install cherrypy for anaconda3, using the following page's commands https://anaconda.org/anaconda/cherrypy, but am getting the following error message, The operating system I am usi...
I would like to ask a simple, and maybe a little bit strange, question. I wasn't able to find all answers on this site, so I hope I'm not making spam with this thread. I installed Anaconda (Python...

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.