Skip to content

matthew-brett/myscripter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playing with script installation

A tiny repository to play with script installation on windows in particular.

This code is copyright me, Matthew Brett, 2013. I release it under the CC0 license

To run the stuff here, you'll need a python on your path with virtualenv and setuptools installed.

Start with:

python run_setups.py

Then, on Unix:

sh run_venvs.sh

or on Windows:

.\run_venvs.bat

You should get something like this (on Unix):

Python starts at /Users/me/dev_trees/myscripter/venv_repo/bin/..
Python starts at /Users/me/dev_trees/myscripter/venv_sdist/bin/..
Console python starts at /Users/me/dev_trees/myscripter/venv_sdist/bin/..
Python starts at /Users/me/dev_trees/myscripter/venv_egg/bin/..
Console python starts at /Users/me/dev_trees/myscripter/venv_egg/bin/..

About

A trivial repo for playing with python script installation on windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published