How to run a code outside of a directory in Python? [closed]

1

I tried to run the code

thatissavedonthedesktop.However,PythonShell

Could you help me?

Thank you, Marcos Miotti

    
asked by anonymous 04.01.2016 / 19:42

1 answer

0

Install the numpy through the Minigame , using the

conda install numpy

After that, include the numpy directory in the Minigig folder using the

sys.path.append(DIRETÓRIO)

Then you can do import numpy , without error messages:)

Marcos Miotti

    
05.01.2016 / 11:48