https://www.orchest.io/ logo
v

Vinay

09/09/2021, 8:31 AM
When I trying to setup it , It says orchest is not internal or external command. How can install it on windows 10 ?
r

Rick Lamers

09/09/2021, 8:35 AM
HI Vinay. Glad to have you 🙌 Are you installing it in WSL2? https://orchest.readthedocs.io/en/latest/getting_started/installation.html
v

Vinay

09/10/2021, 11:47 AM
Yes
I already installed it
r

Rick Lamers

09/10/2021, 2:11 PM
Is it working now? In the WSL2 shell you should be able to run
./orchest ...
as long as you're in the directory where you cloned github.com/orchest/orchest
t

Tarun Singh

09/11/2021, 6:42 AM
@Vinay one easy way is to install anaconda first and then create an environment dedicated for orchest. https://www.anaconda.com/products/individual-d
r

Rick Lamers

09/11/2021, 10:40 AM
@Tarun Singh while Anaconda is great at isolating Python/system packages, in Orchest's case (because we build directly on Docker) it's not directly relevant.
t

Tarun Singh

09/11/2021, 10:42 AM
Installing docker on that env will fix that problem
👍 1
r

Rick Lamers

09/11/2021, 10:56 AM
TIL you can manage your Docker install in Anaconda