Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5938

Synchronize cpython between workstations

$
0
0

What is the best way to synchronize multiple workstations using cpython with several packages in Rhino8. I tried
C:\Users\myuser1\.rhinocode\py39-rh8>./python -m pip freeze > rhino8_cpython_requirements.txt
and on a different workstation
C:\Users\myuser2\.rhinocode\py39-rh8>./python -m pip pip install -r rhino8_cpython_requirements.txt
This produced several errors. What is your recommendation to synchronize between workstations?
Is it also possible to use a system wide cpython installation? If multiple users use the same workstation, I have to install the identical python environment for each user.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles