Skip to content

dcb9/aliyun-afs-check-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aliyun no captcha

install virtualenv

$ pip install virtualenv
$ virtualenv -p `which python3` ~/py3env

active your virtual environment

$ source ~/py3env/bin/activate

The presence of the environment name (py3env) in the prompt:

(py3env) ➜  ~

test

set up environments

see .envrc_template

$ make install

fill up event.json

$ python local.py

To exit from the virtual environment

$ deactivate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published