mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Generate a shell script that sets the correct environment for python
This commit is contained in:
parent
430d938401
commit
e91ac15004
1 changed files with 3 additions and 0 deletions
3
external/detect_site.py
vendored
Normal file
3
external/detect_site.py
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
import sys
|
||||
from distutils.sysconfig import get_python_lib
|
||||
print(get_python_lib(prefix=sys.argv[1]))
|
Loading…
Add table
Add a link
Reference in a new issue