hanzhanggit / StackGAN-Pytorch

MIT License
491 stars 146 forks source link

add the project folder to PYTHONPATH #2

Open odomojuli opened 7 years ago

odomojuli commented 7 years ago

How do I perform this action?

Currently I have typed the following terminal commands: python import sys sys.path.append("path/to/Modules") print (sys.path)

palevas commented 6 years ago

Run in terminal: export PYTHONPATH=/path/to/StackGAN-Pytorch or in case of non empty PYTHONPATH: export PYTHONPATH=$PYTHONPATH:/path/to/StackGAN-Pytorch