Skip to main content

micro virtualenv for Java

Project description

[![codebeat badge](https://codebeat.co/badges/7bd988f9-7f2c-4701-951e-92dfe16be5ab)](https://codebeat.co/projects/github-com-minghu6-jvirtualenv-master) # jvirtualenv A micro Java environment switch which reference virtualenv.

## OS Supports: Linux and any other OS whose shell is bash or zsh.

Windows support is a TBD (low priority though).

## Requirements: 1. JDK should be placed on a folder whose name is java and its name should startswith jdk.

Exp: /opt/java/jdk-9,`/opt/java/jdk1.8.0_144`

Or you can edit the config file directly. (not recommented)

  1. Python3

## Usage:

  1. pip3 install jvirtualenv

  2. jvirtualenv list-tag (view all jdk tag)

  3. jvirtualenv -j 1.8 <myproject> (if 1.8 is prefix of someone tag)

  4. source <myproject>/bin/activate (activate virtual java env)

  5. deactivate (deactivate the virtualenv)

FOR EXCELLENT PYTHON3 AND VIRTUALENV!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

jvirtualenv-0.0.1-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page