AS: creating packages

This commit is contained in:
Alexander Schaefer
2025-03-14 17:52:15 +01:00
parent dbaab8d886
commit 7b047387eb
281 changed files with 10301 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
import sys
if sys.prefix == '/usr':
sys.real_prefix = sys.prefix
sys.prefix = sys.exec_prefix = '/BA/workspace/install/joint_info'