Answer the question
In order to leave comments, you need to log in
How to download the venv libraries folder generated by PyCharm?
Hello!
I wrote a small modbus server in python in PyCharm, it automatically created a folder with the environment ("venv").
You need to run the program using these libraries on another machine.
modbusSlave/
|-src/
|-venv/
src contains scripts, venv is the environment.
Tried python3 -m venv /home/username/projects/modbusSlave/venv
But getting Unable to symlink '/usr/bin/python3'
Tell me how?
Answer the question
In order to leave comments, you need to log in
On another machine, you also need to deploy the venv environment.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question