Skip to content

OlivierArgentieri-rezpackages/shellServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ShellServer

Usecase

You want to run a terminal like a socket server and send python command to this terminal

Get Started

assuming you already have python rez package

rez env shellServer -- server -p 2222

or for py2:

rez env python-2 shellServer -- server -p 2222