M
M
Mamol272018-11-27 15:40:30
Python
Mamol27, 2018-11-27 15:40:30

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

1 answer(s)
S
Sergey Tikhonov, 2018-11-27
@Mamol27

On another machine, you also need to deploy the venv environment.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question