Skip to content

JacobKnox/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts

Random scripts I've written for random reasons.

A simple installation Batch script that installs programs from Winget (programs.txt) and Python packages (pip.txt). I wrote this because there have been multiple occasions where I've had to start from scratch due to my computers crashing or getting a new computer and it got frustrating. This is the start of my attempts to begin automating the setup of my workflow(s).

py-venv.bat will create and/or activate a Python virtual environment using a specified version of python. Example: py-venv -v 3.9 -n Test -c Arguments: -v / --version [version], -n / --name [name], -c / --create

  • Version (of Python) and name (of virtual environment) are required
  • Create is an optional flag. Pass it if the environment needs to be created.

php-ver.bat will run the specified commands in the specific version of PHP. Example: php-ver 7.4.7 -v Arguments: [version] [commands]

  • Version (of PHP) and commands are required

php-swap.bat is meant to move the specified version of PHP above all other PHP versions in your path environment variable from the command line, but has been giving me issues and does not currently work.

About

Random scripts I've written for random reasons.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published