Skip to content

Instantly share code, notes, and snippets.

@wiccy46
Last active May 10, 2020 08:57
Show Gist options
  • Save wiccy46/dc94f473a973f009cce813bfd2802f28 to your computer and use it in GitHub Desktop.
Save wiccy46/dc94f473a973f009cce813bfd2802f28 to your computer and use it in GitHub Desktop.
[os_tips] os tips #python
# Find python path
import os
import sys
os.path.dirname(sys.executable)
# Abs path of project:
os.path.dirname(os.path.abspath(__file__))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment