Created
February 27, 2018 16:27
-
-
Save allanbatista/f5423f5bdff9163a252e1ccfe2d12ba4 to your computer and use it in GitHub Desktop.
python path absolute and relative path
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
path = os.path.abspath(os.path.join(os.path.dirname(__file__),"..", "marvin_python_toolbox")) | |
print(path) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment