What to do?
From the local python, this script will print out the commands for you:
python - << EOF from os.path import dirname, join import svn dist_packages_dir = dirname(dirname(svn.__file__)) print 'cp -r', ' '.join( [join(dist_packages_dir, lib) for lib in ['svn', 'libsvn']]),\ "yourvirtualenvssitepackagesdir" EOFAnd replace yourvirtualenvssitepackagesdir with the site packages dir of your virtualenv
No comments:
Post a Comment