Originally posted by: AS400-Julio
Hello I like to use my own python library, do you know where I put my python packages to use with my .py files?
For example I have a python test and try to execute
python2 /tmp/pythontest.py
The error es
from Julio.correo import enviarCorreo
ImportError: No module named Julio.correo
Do you Know where my Julio folder put in the IFS to run scripts in python2 or python3 via PASE
Best regards,