zakariamaaraki / RemoteCodeCompiler

An online code compiler supporting 11 programming languages (Java, Kotlin, Scala, C, C++, C#, Golang, Python, Ruby, Rust and Haskell) for competitive programming and coding interviews.
GNU General Public License v3.0
157 stars 52 forks source link

Fix directory issue. #44

Closed Starlexxx closed 1 year ago

Starlexxx commented 1 year ago

I'm using a mac on m1 and ran into a problem where the script crashes due to the inability to find the environment directory. These changes fixed the issue for me.

zakariamaaraki commented 1 year ago

Thank you for this Fix!