Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actuallyacat/cs4920
https://github.com/actuallyacat/cs4920
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/actuallyacat/cs4920
- Owner: ActuallyACat
- Created: 2012-09-12T07:47:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-12T15:48:35.000Z (over 12 years ago)
- Last Synced: 2024-10-19T02:03:21.798Z (3 months ago)
- Language: Python
- Size: 498 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cs4920
======
Linux / Mac
In your ~/.bash_profile or ~/.bashrc file, add the following entry
export PYTHONPATH=$PYTHONPATH:/your/abs/path/to/project/cs4920Source:
http://stackoverflow.com/questions/3402168/permanently-add-a-directory-to-pythonpathWindows
http://stackoverflow.com/questions/3701646/how-to-add-to-the-pythonpath-in-windows-7