venvpy:main
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
venvpy:main [2023/03/31 12:24] – created - external edit 127.0.0.1 | venvpy:main [2023/05/26 10:51] (current) – [Manual import of virtualenv packages] admin | ||
---|---|---|---|
Line 80: | Line 80: | ||
</ | </ | ||
+ | =====Manual import of virtualenv packages ===== | ||
+ | In some cases, for example when using virtualenvs in Coppeliasim python scripts, the virtualenv modules must be manually added to the import path; Example with **pyproj** | ||
+ | <code python> | ||
+ | import sys | ||
+ | # replace / | ||
+ | sys.path.append('/ | ||
+ | </ | ||
venvpy/main.1680258261.txt.gz · Last modified: 2023/03/31 12:24 by 127.0.0.1