Sharpy usage on windows with docker #229
Unanswered
m-zanichelli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am trying to use sharpy on windows. Can I install it without using docker?
In case there isn't, I need some help. I have successfully installed sharpy with docker following the user guide, but I cannot use it as I would like to. The only way I am succeeding in running it is through PowerShell. If I run the command
docker run -it fonsocarre/sharpy:stable, SHARPy opens up and I can successfully import it in python. I would like to use sharpy in my VS code, I have tried using the Docker extension but am unsure how to set it up to be used likewise to the most common packages that I install, for example, through pip.I have also tried to run a python code that I have saved in my local drive using these instructions to copy it inside sharpy
docker cp my_file.txt sharpy:/my_file.txt # copy from host to containerbut once I run the copy command I cant seem to find the file that I have just copied.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions