Sindbad~EG File Manager
Current Path : /bin/ |
|
Current File : //bin/pyvenv-3 |
#! /usr/libexec/platform-python
if __name__ == '__main__':
import sys
import pathlib
executable = pathlib.Path(sys.executable or 'python3').name
print('WARNING: the pyenv script is deprecated in favour of '
f'`{executable} -m venv`', file=sys.stderr)
rc = 1
try:
import venv
venv.main()
rc = 0
except Exception as e:
print('Error: %s' % e, file=sys.stderr)
sys.exit(rc)
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists