https://github.com/hidekuma/anaconda
https://github.com/hidekuma/anaconda
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/hidekuma/anaconda
- Owner: hidekuma
- Created: 2019-07-11T05:17:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T05:22:15.000Z (almost 7 years ago)
- Last Synced: 2025-01-13T14:33:42.522Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python anaconda test
- tensorflow
- matplotlib
# tips
- anaconda activate
- anaconda deactivate
- anaconda creat -n {env}
- anaconda env list
- anaconda env export > requirements.txt
- anaconda env remove -n {env}