#πŸ”’ Miniforge3/conda w/PyCharm -> How to save folder/libs to send to someone?

9 messages Β· Page 1 of 1 (latest)

charred urchin
#

Hello all, as the title says, I am having some questions about this. As seen in the image of the project folder, I have a config folder with some pwds, two folders with examples of outputs, a word doc with what was done, 3 py files. What do I need to do so I can send this to someone else and they can just open it and get the right libraries? Or do I just zip the folder and send that?

normal waspBOT
#

@charred urchin

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

charred urchin
#

(for example, if I had a pipenv, there would be a pipfile/pip lock and via terminal would need to do a sync iirc, but no idea what's the way to do so with a conda/miniforge3 one)

#

"Create a conda environment based on environment.yml"

#

I am unsure on how to create the environment yml file, if I have to manually create a file with yml extension and type stuff there or if in the pycharm terminal I can do it with some cmd?

normal waspBOT
#

@charred urchin

Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.