https://github.com/hughperkins/virtualenv-move
Moves a python virtualenv
https://github.com/hughperkins/virtualenv-move
Last synced: 7 months ago
JSON representation
Moves a python virtualenv
- Host: GitHub
- URL: https://github.com/hughperkins/virtualenv-move
- Owner: hughperkins
- License: bsd-2-clause
- Created: 2016-07-24T01:39:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-24T01:57:18.000Z (about 9 years ago)
- Last Synced: 2025-02-06T02:47:06.724Z (8 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# virtualenv-move
Moves a python virtualenv## requirements
- tested on python 3.4
- might not work on python 2.x without modification, since files are cached side-by-side with .py files, rather than in `__pycache__` directies
- note that everything in `__pycache__` directories is going to be deleted. *This might not be what you want*## CAVEATS
* NOT VERY TESTED. USE AT YOUR OWN RISK! YOU SHOULD TEST THOROUGHLY AND VALIDATE FOR YOURSELF THAT IT DOES WHAT YOU WANT.
## To use:
```
curl https://raw.githubusercontent.com/hughperkins/virtualenv-move/master/move_virtualenv.sh | bash -s [olddir] [newdir]
```